summaryrefslogtreecommitdiff
path: root/src/md.rs
AgeCommit message (Expand)AuthorFilesLines
2024-04-20refactor: move markdown-to-html parser into mdparse.rsLars Wirzenius1-1/+2
2024-01-07md: Fix up a little clippy warningsDaniel Silverstone1-3/+3
2023-12-25feat: typeset scenarios by typesetting stepsLars Wirzenius1-27/+83
2023-10-21feat: insert a Table of Contents into generated HTMLLars Wirzenius1-1/+2
2023-10-09fix: add img alt attributes for diagrams and other imagesLars Wirzenius1-7/+8
2023-10-09fix: drop unwanted, custom attributes that Subplot usesLars Wirzenius1-2/+6
2023-08-12steps: Pass location information into scenarios and scenario steps for error ...Daniel Silverstone1-5/+17
2023-06-15chore: drop unnecessary fixmeLars Wirzenius1-1/+0
2023-06-15chore: drop now-pointless fixmeLars Wirzenius1-1/+0
2023-06-10feat: Warn when named codeblocks lack classesDaniel Silverstone1-0/+7
2023-06-06fix: typos and language for MdErrorLars Wirzenius1-4/+4
2023-06-03(debug): Remove unnecessary 'ok' debugDaniel Silverstone1-2/+0
2023-05-19tests: verify that Subplot reports specific errors with locationLars Wirzenius1-15/+23
2023-05-19feat: add location information to markdown parsing errorsLars Wirzenius1-48/+72
2023-05-10refactor: move document metadata out of Markdown structLars Wirzenius1-57/+5
2023-04-10(chore): Update for newer base64 APIDaniel Silverstone1-1/+3
2023-04-08feat! convert markdown parsing to use pulldown_cmarkLars Wirzenius1-159/+391
2023-02-25(doc, md, bin): Update APIs so warnings are externally accumulatedDaniel Silverstone1-3/+3
2023-02-18tests: add unit tests for MarkdownLars Wirzenius1-1/+123
2023-02-01refactor: turn loading Markdown from a file into a constructorLars Wirzenius1-28/+24
2023-02-01refactor: only mutating methods on Markdown require mutable selfLars Wirzenius1-21/+17
2023-01-28refactor: move visitor, panhelper, typeset modules into mdLars Wirzenius1-2/+8
2023-01-22refactor: add module for parsed MarkdownLars Wirzenius1-0/+390