Open santuchoagus opened 2 years ago
Is it possible to export direct text to latex without pandoc trying to interpret? Example, trying to use multicols:
\begin{multicols}{3} [ \section{First Section} ] \blindtext \end{multicols}
But pandoc interpret backlash as the actual character, and brackets as \}, is there any way to make pandoc ignore a section of the file?.
Is it possible to export direct text to latex without pandoc trying to interpret? Example, trying to use multicols:
But pandoc interpret backlash as the actual character, and brackets as \}, is there any way to make pandoc ignore a section of the file?.