RawInline {pandocfilters} | R Documentation |
Constructs an inline object of type "RawInline"
.
RawInline(format, x)
format |
a character string giving the format (e.g. |
x |
a character string giving the inline |
RawInline("latex", "some RawInline")