summaryrefslogtreecommitdiff
path: root/src/doc.rs
AgeCommit message (Expand)AuthorFilesLines
2021-10-13feat: add crate subplot-build for using Subplot from build.rsLars Wirzenius1-1/+92
2021-09-18pandoc: Add support for --citeprocDaniel Silverstone1-2/+1
2021-09-18trace: Add scenario count traceDaniel Silverstone1-0/+6
2021-09-16feat! parse Markdown input with pull-cmark instead of PandocLars Wirzenius1-6/+45
2021-09-14debug: add tracing calls to help debugLars Wirzenius1-2/+23
2021-09-07subplot: Properly support polyglot bindingsDaniel Silverstone1-4/+28
2021-09-04tracing: Add a bunch of TRACE level tracingDaniel Silverstone1-1/+9
2021-09-04chore: Fix unnecessary borrow lintsDaniel Silverstone1-3/+3
2021-04-09chore: Clear some clippy lintsDaniel Silverstone1-3/+2
2021-01-16doc: Permit noNumberLines as a valid classDaniel Silverstone1-2/+3
2020-12-18bindings: Change typemap to use an enumDaniel Silverstone1-2/+2
2020-12-18doc: Add lint/check for filenamesDaniel Silverstone1-0/+31
2020-11-05Merge branch 'kinnison/pikchr' into 'main'Lars Wirzenius1-1/+1
2020-11-05fix(src/doc.rs): handle new variant of pandoc.execute() successLars Wirzenius1-1/+1
2020-11-04docgen: Support pikchr diagramsDaniel Silverstone1-1/+1
2020-09-19refactor: split src/ast.rs into src/doc.rs and src/style.rsLars Wirzenius1-0/+445