I need to fix the line in the example markup so that there should be no space after the first quotation mark and before the last one.
(我需要在示例标记中修复该行,以便第一个引号之后和最后一个引号之前不能有空格。)
That is, it should be: (也就是说,应该是:)
MsgBox,,, % "This is the MsgBox window. Select the OK button to close it."
We have `
, \
, and {blank}
for escaping, but I can't figure out how to use them properly.
(我们有转义的`
, \
和{blank}
,但是我不知道如何正确使用它们。)
++++
<style>
.sublime-text {background: rgb(52, 61, 70); color: rgb(216, 222, 223); font-family: monospace; font-size: 14pt;}
.sublime-text .blue {color: rgb(102, 153, 204);}
.sublime-text .purple {color: rgb(198, 149, 198);}
.sublime-text .red {color: rgb(236, 96, 102);}
.sublime-text .green {color: rgb(153, 199, 148);}
.sublime-text .teal {color: rgb(96, 180, 180);}
</style>
++++
====
[.sublime-text]
--
[.blue]#MsgBox#,,, [.teal]#%# [.teal]#"# [.green]#This is the MsgBox window. Select the OK button to close it.# [.teal]#"#
--
====
ask by john c. j. translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…