mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
@@ -0,0 +1,25 @@
|
||||
```
|
||||
% 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"
|
||||
]
|
||||
)
|
||||
]
|
||||
}
|
||||
[]
|
||||
```
|
||||
Reference in New Issue
Block a user