mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-12 04:17:16 +00:00
814bdbdbef
Closes #11270.
442 B
442 B
% pandoc -f markdown -t native -s
---
header-includes: |
\makeatletter
\beamer@ignorenonframefalse
\makeatother
...
^D
Pandoc
Meta
{ unMeta =
fromList
[ ( "header-includes"
, MetaBlocks
[ RawBlock
(Format "tex")
"\\makeatletter\n\\beamer@ignorenonframefalse\n\\makeatother"
]
)
]
}
[]