我使用的是SyntaxHighlighter升级的WordPress插件,我想突出一些代码行。怎么做?
下面代码中的示例。我已经为HTML画笔应用了语法高亮器(使用了短代码)。我要高亮第3行和第4行,怎么做?谢谢。
html
Country: 名称:美国
纽约州:纽约
城市:纽约市
/html
发布于 2018-07-13 11:19:01
您可以使用highlight短代码。
[html highlight="3-4"]
Country:
Name: United States
State: New York
City: New York City
[/html]https://stackoverflow.com/questions/51323634
复制相似问题