aboutsummaryrefslogtreecommitdiff
path: root/test/command/11270.md
blob: 7cf6810339a534db3c632c6f2dc360b62ea232f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
                ]
            )
          ]
    }
  []
```