小编kar*_*elv的帖子

pandoc在markdown中将类添加到表中

对于标题,对于代码块,对于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装饰的表.

任何人?

html css markdown pandoc

5
推荐指数
1
解决办法
1533
查看次数

标签 统计

css ×1

html ×1

markdown ×1

pandoc ×1