aboutsummaryrefslogtreecommitdiffstats
path: root/renderer
AgeCommit message (Collapse)Author
2020-11-01Implement literal blocks (#28)Philipp A
2020-10-31do the evil thingPhilipp 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-09-07Add html test for substs in literalsKonsta Hölttä
Text inside an inline or block literal that looks like a substitution reference must still stay unmodified.
2020-09-06Arbitrary scheme url demo for issue #18 (#19)Konsta Hölttä
Co-authored-by: Philipp A <flying-sheep@web.de>
2020-06-03circumvent E0119Philipp A
2020-01-08Added READMEsPhilipp A
2020-01-03Added code block directivev0.3.1-rendererv0.3.1-parserPhilipp A
2019-12-26v0.3.0v0.3.0Philipp A
2019-12-26Split into smaller cratesPhilipp A