summaryrefslogtreecommitdiff
path: root/src/visitor/mod.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-01-28refactor: move visitor, panhelper, typeset modules into mdLars Wirzenius1-17/+0
This commit just moves files around and fixes references to moved modules. Sponsored-by: author
2022-09-03refactor: rename DataFile{,s} to EmbeddedFile{,s} to be systematicLars Wirzenius1-1/+1
Sponsored-by: author
2020-08-08refactor: split stuff from src/ast.rs into smaller modulesLars Wirzenius1-0/+17
This only moves things around, to avoid huge source code modules. It doesn't rename functions, add unit tests, or similar. * src/datafiles.rs: DataFile, DataFiles * src/metata.rs: Metadata * src/panhelper.rs: functions for querying Pandoc Attrs * src/policy.rs: the get_basedir_from function; place for later policy functions * src/typeset.rs: functions to produce Pandoc AST nodes * srv/visitor/*: various MutVisitor implementations for traversing ASTs, and their helper functions