Print out table title (customization of pandoc.emphasis and pandoc.strong )
.T(text, n = NULL, t = "e")
text
: text of table titlen
: table numbert
: emphasis or stongn/a
text<-"Hello World!" .T(text) .T(text, 4) .T(text, 4,'e') .T(text, 4,'s')
.F .H .H2 .H3 .H4 .P .T .V
Useful links