summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024-03-10fix: drop unnecessary conversion to stringLars Wirzenius1-2/+2
Found by clippy. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-03-10chore: cargo fmtLars Wirzenius1-8/+6
2022-08-16fix: deal with Pandoc AST versioningLars Wirzenius2-1/+6
Sponsored-by: author
2021-12-11feat(cli): write any errors to stderr, fail if requestedLars Wirzenius2-0/+20
The command line program provided by the crate by default succeeds, despite any errors. If PANDOC_FILTER_FAIL=1 is set in the environment, it fails. Sponsored-by: author
2021-12-11docs: improve doc commentsLars Wirzenius1-12/+91
Sponsored-by: author
2021-12-11feat! collect errors from diagram renderingLars Wirzenius1-7/+25
The errors are always rendered into the document. The caller can get them with the DiagramFilter::errors method and can decide what to do if there are any. This also changes the function signature for DiagramFilter::error_block, which is SemVer incompatible. Sponsored-by: author
2021-12-11fix: include stderr in error message when helper failsLars Wirzenius1-1/+1
Previously, the exit status code was shown, not stderr. Sponsored-by: author
2021-12-11chore: tidy up based on clippy suggestionsLars Wirzenius1-8/+13
Sponsored-by: author
2021-11-29feat: add basic featuresLars Wirzenius3-3/+325
Add rendering of dot, plantuml, pikchr, roadmap, and raw SVG, from fenced code blocks into SVG. Sponsored-by: pep.foundation
2021-11-29Initial commitLars Wirzenius1-0/+3