summaryrefslogtreecommitdiff
path: root/src/html.rs
AgeCommit message (Expand)AuthorFilesLines
2024-04-20refactor: move markdown-to-html parser into mdparse.rsLars Wirzenius1-247/+11
2023-12-25feat: typeset scenarios by typesetting stepsLars Wirzenius1-1/+2
2023-10-21feat: insert a Table of Contents into generated HTMLLars Wirzenius1-3/+74
2023-10-09fix: add img alt attributes for diagrams and other imagesLars Wirzenius1-3/+6
2023-10-09fix: drop unwanted, custom attributes that Subplot usesLars Wirzenius1-1/+8
2023-10-09fix: only one of each attribute per HTML elementLars Wirzenius1-2/+34
2023-10-09fix: have only one <body> in a serialized HTML pageLars Wirzenius1-2/+4
2023-10-09fix: add an HTML5 doctype to the serialized HTMLLars Wirzenius1-1/+4
2023-08-12subplot: Enable passing of location into the template expansionDaniel Silverstone1-1/+1
2023-08-12steps: Pass location information into scenarios and scenario steps for error ...Daniel Silverstone1-1/+3
2023-05-19tests: verify that Subplot reports specific errors with locationLars Wirzenius1-1/+1
2023-05-19feat: add location information to markdown parsing errorsLars Wirzenius1-13/+78
2023-04-30fix: extraction of plain text in scenario titlesLars Wirzenius1-3/+11
2023-04-05feat: add an HTML representation using the Rust type systemLars Wirzenius1-0/+724