mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 03:17:16 +00:00
f6edf03303
Previously it would sometimes create doubled section divs. By leaving the inner heading's id on the heading itself, and then consolidating the inner and outer section divs, we can avoid this undesirable result. Closes #11745.