summaryrefslogtreecommitdiff
path: root/src/visitor
AgeCommit message (Expand)AuthorFilesLines
2021-09-16feat! parse Markdown input with pull-cmark instead of PandocLars Wirzenius1-0/+2
2021-09-04chore: Fix unnecessary borrow lintsDaniel Silverstone4-6/+6
2021-05-01pandoc_ast: Support multiple versions of pandoc_astDaniel Silverstone1-0/+1
2021-02-17refactor: make Style have methods for querying, setting fieldsLars Wirzenius1-1/+1
2021-02-13structure: Support additional inline kindDaniel Silverstone1-0/+1
2020-11-21chore(src/visitor/structure.rs): push a char instead of push_strLars Wirzenius1-3/+3
2020-11-04docgen: Support pikchr diagramsDaniel Silverstone1-0/+14
2020-10-05fix: handle all kinds of inline elements in titles, headingsLars Wirzenius1-11/+27
2020-09-01feat(docgen): typeset links as footnotes in PDFLars Wirzenius1-4/+17
2020-08-08refactor: split stuff from src/ast.rs into smaller modulesLars Wirzenius7-0/+273