Files
2025-11-04 14:30:05 +01:00

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"
                ]
            )
          ]
    }
  []