summaryrefslogtreecommitdiff
path: root/src/html.rs
AgeCommit message (Expand)AuthorFilesLines
2023-04-24fix: drop debug printLars Wirzenius1-1/+0
2023-04-10refactor: use html-page crate to represent HTMLLars Wirzenius1-407/+78
2022-12-04docs: add docstrings to html moduleLars Wirzenius1-0/+29
2022-12-04refactor: create an error type for the html moduleLars Wirzenius1-13/+37
2022-11-09feat: implement rudimentary table of contents, without linksLars Wirzenius1-2/+6
2022-10-26feat: store start location of each elementLars Wirzenius1-17/+37
2022-10-22feat: give location in source for errorsLars Wirzenius1-3/+6
2022-07-31feat: check for definition lists, and fail if foundLars Wirzenius1-3/+12
2022-07-31refactor: allow HTML generation to produce fatal errorsLars Wirzenius1-2/+2
2022-07-17feat: "meta title" directiveLars Wirzenius1-1/+3
2022-07-13refactor: teach HtmlPage to write itself to a fileLars Wirzenius1-4/+31
2022-07-12test: add scenario for task listLars Wirzenius1-2/+2
2022-07-12fix: drop leading newline in HTML outputLars Wirzenius1-6/+10
2022-07-12fix: typo in method nameLars Wirzenius1-3/+3
2022-07-10feat: parse Markdown directly into an HTML abstractionLars Wirzenius1-248/+293
2022-07-09feat: support up to six levels of headingLars Wirzenius1-2/+21
2022-07-08fix: report what block element isn't handledLars Wirzenius1-1/+1
2022-07-08fix: attribute value quotingLars Wirzenius1-3/+43
2022-07-06refactor: be consistent in exported symbols in lib.rsLars Wirzenius1-1/+1
2022-07-06chore: drop unnecessary referencesLars Wirzenius1-3/+3
2022-07-03test: handle inline image elements in markdown markupLars Wirzenius1-13/+119
2022-07-03test: indented code block markupLars Wirzenius1-0/+7
2022-07-03test: strikethrough in markdownLars Wirzenius1-0/+9
2022-07-03test: strong emphasis in markdownLars Wirzenius1-0/+9
2022-07-03test: emphasis in markdownLars Wirzenius1-1/+15
2022-07-03test: inline code markup in markdownLars Wirzenius1-2/+7
2022-07-02feat: improve error messagesLars Wirzenius1-8/+14
2022-06-24feat: rudimentary HTML generationLars Wirzenius1-0/+160