Replies: 1 comment 4 replies
-
This was changed in 3.2, #8741. If each file begins with a level-1 heading, and you don't use level-1 headings elsewhere, then you can simply match Header elements with level == 1. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm converting a bunch of files to bind for printing, and I want to process each file separately.
In Pandoc 3.1.3 with --file-scope, each file was wrapped in a
pandoc.Div
, so I could extract titles:But in Pandoc 3.6.4, all elements are simply concatenated.
How do I wrap each file in a separate element?
Beta Was this translation helpful? Give feedback.
All reactions