I have a strange problem / bug. pandoc version 2.13 I'm converting markdown to epub. I have 2 markdown files with this general format: ```markdown ## main header
### subheader 1 Some text. ### subheader 2 Some text.
``` My pandoc settings specify: epub-chapter-level: 3 Here's the bug: For one of these files the entire file is converted to one html file in the epub. For the other one, each h3 section is converted to a separate html file, and therefore the div that encapsulates the whole file is broken: the opening tag is in the first file (with the h2 tag) and the closing tag is in the last h3 section file. The weirder thing is that this only started yesterday even though I haven't made any structural changes to either file and I haven't upgraded pandoc. I can't figure out why the two files are splitting differently. Any ideas? -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/297bc662-7841-4423-bcbb-534e99bbba09n%40googlegroups.com.