Slides with Columns in Pandoc
Current versions of pandoc (i.e., pandoc 2.0 and later) supports fenced divs. Specially named divs are transformed into columns when targeting a slides format: # This slide has columns ::: columns :::: column left :::: :::: column right :::: ::: Pandoc translates this into the following LaTeX beamer code: \begin{frame}{This slide has columns} \protect\hypertarget{this-slide-has-columns}{} \begin{columns}[T] … Read more