This may be a trivial problem, but I could not find a solution. I need to translate a markdown file into LaTeX using kramdown
.
However, in the .md
file I have blocks of lines which has been already preprocessed, so that they contain LaTeX commands.
markdown text
markdown text
markdown text
markdown text
\latexcommand
\latexcommand
markdown text
markdown text
Is it possible to tell kramdown
to pass such lines verbatim (possibly by "marking" them in some way) when converting to LaTeX?