在 html 中,可以<div class, id>
根据“class”或“id”选择 CSS 样式。在 ConTeXt 中可以做类似的事情吗?
例如,先使用“define”,然后使用“setup”,然后使用“start/stop”?从文档中,我可以看到可以定义/自定义“head”。那么任意一段文本呢?
答案1
\definestartstop
就是你要找的。
\definestartstop
[cssselectorexample]
[style=italic]
\starttext
Hello
\startcssselectorexample
Foo Bar Baz
\stopcssselectorexample
World
\stoptext