index
:
toaster
main
Generate websites from markdown files
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
generate_html.rs
Commit message (
Expand
)
Author
Age
*
URL-encode special characters in unsanitized paths
Ben Bridle
2025-02-11
*
Tidy code
Ben Bridle
2025-02-08
*
Implement poem syntax fragment
Ben Bridle
2025-02-08
*
Implement 'gallery-nav' fragment type
Ben Bridle
2025-02-01
*
Separate link parsing code from line_to_html function
Ben Bridle
2025-02-01
*
Support vertical borders in tables
Ben Bridle
2025-02-01
*
Support embedding video files in pages
Ben Bridle
2025-02-01
*
Don't add class attribute to HTML list items if class is empty
Ben Bridle
2025-02-01
*
Avoid subtracting with underflow
Ben Bridle
2025-01-22
*
Remove 'appendix' from the links of appendix headings
Ben Bridle
2025-01-22
*
Only transform quotes and dashes inside presentational text
Ben Bridle
2025-01-21
*
Expand list of recognised checkbox formats
Ben Bridle
2025-01-19
*
Check that embedded file paths are valid
Ben Bridle
2025-01-19
*
Update supported markdown syntax
Ben Bridle
2025-01-19
*
Fix mailto: links
Ben Bridle
2025-01-18
*
Check that links to static files are valid
Ben Bridle
2025-01-18
*
Fix invalid HTML in img and audio elements
Ben Bridle
2025-01-15
*
Count only level 1 and 2 headings when checking if page needs contents
Ben Bridle
2025-01-15
*
Implement image galleries
Ben Bridle
2025-01-15
*
Allow the use of site-local absolute URLs in external links
Ben Bridle
2025-01-15
*
Add line breaks to math blocks
Ben Bridle
2025-01-15
*
Fix broken parent links
Ben Bridle
2025-01-15
*
Implement redirects
Ben Bridle
2025-01-15
*
Sanitize site and page name
Ben Bridle
2025-01-14
*
Get the global HTML head from the config file
Ben Bridle
2025-01-14
*
Sanitize the label of an embedded file
Ben Bridle
2025-01-14
*
Parse checkbox lists
Ben Bridle
2025-01-14
*
Change HTML header format
Ben Bridle
2025-01-14
*
Implement recipe parsing
Ben Bridle
2025-01-14
*
Rewrite link handling and add navigation features to generated HTML
Ben Bridle
2025-01-09
*
Wrap table sections with <tbody>
Ben Bridle
2025-01-08
*
More robust file traversal logic
Ben Bridle
2025-01-08
*
Load default CSS and JavaScript files from site root
Ben Bridle
2025-01-07
*
A collection of fixes
Ben Bridle
2025-01-07
*
Initial version
v1.0.0
Ben Bridle
2025-01-06