mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
26 lines
442 B
Markdown
26 lines
442 B
Markdown
```
|
|
% 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"
|
|
]
|
|
)
|
|
]
|
|
}
|
|
[]
|
|
```
|