summaryrefslogtreecommitdiff
path: root/src/generate_html.rs
Commit message (Expand)AuthorAge
* URL-encode special characters in unsanitized pathsBen Bridle2025-02-11
* Tidy codeBen Bridle2025-02-08
* Implement poem syntax fragmentBen Bridle2025-02-08
* Implement 'gallery-nav' fragment typeBen Bridle2025-02-01
* Separate link parsing code from line_to_html functionBen Bridle2025-02-01
* Support vertical borders in tablesBen Bridle2025-02-01
* Support embedding video files in pagesBen Bridle2025-02-01
* Don't add class attribute to HTML list items if class is emptyBen Bridle2025-02-01
* Avoid subtracting with underflowBen Bridle2025-01-22
* Remove 'appendix' from the links of appendix headingsBen Bridle2025-01-22
* Only transform quotes and dashes inside presentational textBen Bridle2025-01-21
* Expand list of recognised checkbox formatsBen Bridle2025-01-19
* Check that embedded file paths are validBen Bridle2025-01-19
* Update supported markdown syntaxBen Bridle2025-01-19
* Fix mailto: linksBen Bridle2025-01-18
* Check that links to static files are validBen Bridle2025-01-18
* Fix invalid HTML in img and audio elementsBen Bridle2025-01-15
* Count only level 1 and 2 headings when checking if page needs contentsBen Bridle2025-01-15
* Implement image galleriesBen Bridle2025-01-15
* Allow the use of site-local absolute URLs in external linksBen Bridle2025-01-15
* Add line breaks to math blocksBen Bridle2025-01-15
* Fix broken parent linksBen Bridle2025-01-15
* Implement redirectsBen Bridle2025-01-15
* Sanitize site and page nameBen Bridle2025-01-14
* Get the global HTML head from the config fileBen Bridle2025-01-14
* Sanitize the label of an embedded fileBen Bridle2025-01-14
* Parse checkbox listsBen Bridle2025-01-14
* Change HTML header formatBen Bridle2025-01-14
* Implement recipe parsingBen Bridle2025-01-14
* Rewrite link handling and add navigation features to generated HTMLBen Bridle2025-01-09
* Wrap table sections with <tbody>Ben Bridle2025-01-08
* More robust file traversal logicBen Bridle2025-01-08
* Load default CSS and JavaScript files from site rootBen Bridle2025-01-07
* A collection of fixesBen Bridle2025-01-07
* Initial versionv1.0.0Ben Bridle2025-01-06