summaryrefslogtreecommitdiff
path: root/src/directive/toc.rs
AgeCommit message (Expand)AuthorFilesLines
2023-04-10refactor: use html-page crate to represent HTMLLars Wirzenius1-40/+76
2023-01-07refactor: move directive errors to src/directive/mod.rsLars Wirzenius1-4/+3
2023-01-07refactor: rename SiteError to RikiErrorLars Wirzenius1-3/+3
2022-11-09feat: implement rudimentary table of contents, without linksLars Wirzenius1-4/+68
2022-11-09refactor: directive processing returns Processed valueLars Wirzenius1-2/+2
2022-11-09refactor: use trait for all directive implementationsLars Wirzenius1-12/+7
2022-10-23fix: make unimplemented directives be a runtime errorLars Wirzenius1-1/+1
2022-08-10feat: implement shortcut directiveLars Wirzenius1-2/+2
2022-08-06feat: placeholder for toc directiveLars Wirzenius1-0/+27