OliverBalfour / obsidian-pandoc

Pandoc document export plugin for Obsidian (https://obsidian.md)
MIT License
718 stars 60 forks source link

Direct LaTeX Syntax from obsidian. #97

Open santuchoagus opened 2 years ago

santuchoagus commented 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?.