mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
pandoc generates a separate style class like P123 for each paragraph, inheriting the desired style using `parent-style-name`. Previously, we did not support that but it is pretty easy to add. Though for simplicity this fix does not extend to finding the parent style recursively when deeper hierarchies are involved.