mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56: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.
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
[ CodeBlock
|
|
( "" , [] , [] )
|
|
"void main() {\n printf(\"Hello world\");\n}"
|
|
]
|