aboutsummaryrefslogtreecommitdiffstats
path: root/renderer/src/html.rs
AgeCommit message (Collapse)Author
2020-10-25Use initial header levelPhilipp A
2020-10-25Initial options implPhilipp A
2020-10-25Decrement renderer level after section recursion (#16)Konsta Hölttä
The html renderer section level used for title numbering is incremented when entering a new section so that subsections get correct heading elements. Match the increment with a decrement after having rendered the section contents, so that multiple consecutive sections would stay consistent. Add a test to verify this behaviour.
2020-09-07Add support for raw directives (#17)Konsta Hölttä
All content under a raw directive is rendered as-is if the output format matches the writer. Otherwise none of it is shown.
2020-06-03circumvent E0119Philipp A
2020-01-03Added code block directivev0.3.1-rendererv0.3.1-parserPhilipp A
2019-12-26Split into smaller cratesPhilipp A