kar*_*elv 5 html css markdown pandoc
对于标题,对于代码块,对于span元素,我们可以使用pandoc add {.class}来添加类.
# Heading 1 {.my_class_for_heading1}
Here is some `code`{.my_class_for_code} and
for a [span]{.my_class_for_span} it is working as well
and for img and url it is available as well
for [pandoc](http://www.pandoc.org/){.my_class_for_url}
Run Code Online (Sandbox Code Playgroud)
我正在使用bootstrap,最好将"table"和/或"table-hover"指定为类,以便html视图获取用bootstrap CSS装饰的表.
任何人?