summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-09(chore) cargo update -p clap@4.1.8 --precise 4.0.32Daniel Silverstone1-6/+6
2023-03-09(chore) cargo update -p os_str_bytes --precise 6.1.0Daniel Silverstone1-2/+2
2023-03-09(chore) cargo update -p time --precise 0.3.9Daniel Silverstone1-15/+15
2023-03-08(chore): Update remove_dir_all dep to 0.8Daniel Silverstone2-110/+106
2023-03-08(chore): cargo updateDaniel Silverstone1-200/+185
2023-02-25Merge branch 'remove-more-doc-mut' into 'main'Lars Wirzenius4-42/+49
2023-02-25(doc, md, bin): Update APIs so warnings are externally accumulatedDaniel Silverstone3-33/+33
2023-02-25(Warnings): Add is_empty() and len()Daniel Silverstone1-0/+10
2023-02-25(doc): Remove use of mut in Document method receivers where possibleDaniel Silverstone1-9/+6
2023-02-24Merge branch 'liw/noname-scenario' into 'main'Daniel Silverstone1-25/+0
2023-02-19chore: drop unused Scenario nameLars Wirzenius1-25/+0
2023-02-18Merge branch 'liw/mdtests' into 'main'Lars Wirzenius1-1/+123
2023-02-18tests: add unit tests for MarkdownLars Wirzenius1-1/+123
2023-02-17Merge branch 'liw/drop-pdf' into 'main'Daniel Silverstone7-72/+37
2023-02-14feat! drop support for producing PDF outputLars Wirzenius7-72/+37
2023-02-12Merge branch 'liw/refactor-doc-markdowns' into 'main'Daniel Silverstone1-18/+3
2023-02-12refactor: drop Document::markdowns fieldLars Wirzenius1-18/+3
2023-02-11Merge branch 'liw/chore' into 'main'Daniel Silverstone17-88/+64
2023-02-11chore: avoid unnecessary borrowing of borrowsLars Wirzenius1-3/+3
2023-02-11chore: use variables in Rust format stringsLars Wirzenius17-85/+61
2023-02-01Merge branch 'liw/refactor-md' into 'main'Daniel Silverstone12-64/+55
2023-02-01refactor: turn loading Markdown from a file into a constructorLars Wirzenius2-30/+25
2023-02-01refactor: only mutating methods on Markdown require mutable selfLars Wirzenius2-22/+18
2023-01-28refactor: move visitor, panhelper, typeset modules into mdLars Wirzenius11-13/+13
2023-01-28Merge branch 'liw/refactor-metadata' into 'main'Daniel Silverstone5-184/+177
2023-01-28refactor: move YamlMetadata to src/metadata.rsLars Wirzenius5-184/+177
2023-01-25Merge branch 'liw/new-ast2' into 'main'Daniel Silverstone7-795/+514
2023-01-22chore: unused code from ast.rsLars Wirzenius1-105/+1
2023-01-22refactor: use new Markdown type instead of pandoc_ast visitorsLars Wirzenius2-292/+39
2023-01-22refactor: create Metadata from YamlMetadata without pandoc_astLars Wirzenius2-192/+93
2023-01-22refactor: drop abstract syntax tree built using pulldown_cmarkLars Wirzenius2-221/+3
2023-01-22refactor: add module for parsed MarkdownLars Wirzenius2-0/+391
2023-01-22fix: markdown in test dataLars Wirzenius1-0/+1
2023-01-22chore: compile YamlMetadata::new only for testsLars Wirzenius1-0/+1
2022-12-28Merge branch 'liw/drop-extract-yaml-from-markdown' into 'main'Daniel Silverstone2-46/+1
2022-12-28refactor: drop unused extract_metadata functionLars Wirzenius2-46/+1
2022-12-01Merge branch 'clap4' into 'main'Lars Wirzenius4-28/+123
2022-12-01(chore): Update to clap4Daniel Silverstone4-28/+123
2022-11-14Merge branch 'liw/release-announce' into 'main'Daniel Silverstone1-0/+3
2022-11-14docs: add to RELEASE.md suggestions where to announce a releaseLars Wirzenius1-0/+3
2022-11-13Merge branch 'release-0.6.0' into 'main'0.6.0Lars Wirzenius9-13/+33
2022-11-13(release): Add 0.6.0-1 to d/chDaniel Silverstone1-0/+6
2022-11-13(release): Prepare 0.6.0 releaseDaniel Silverstone6-11/+25
2022-11-13(release): Use --allow-dirty otherwise cargo publish can't workDaniel Silverstone1-1/+1
2022-11-13(book): Use true not /bin/true for portabilityDaniel Silverstone1-1/+1
2022-11-13Merge branch 'liw/chore' into 'main'Daniel Silverstone6-90/+113
2022-11-12chore: ran cargo updateLars Wirzenius1-86/+106
2022-11-12chore: disable a clippy lint in generated codeLars Wirzenius1-0/+1
2022-11-12chore: use type alias to make code slightly more easier to followLars Wirzenius1-1/+3
2022-11-12chore: fix unnecessary borrows found by clippyLars Wirzenius3-3/+3