mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 20:25:52 +00:00
Outer divs have longer fences. This aids clarity for the reader, making it easier to see where the div ends. It also makes the output compatible with some other implementations, e.g. micromark, which require different-width fences for nesting. Closes #9450.