summaryrefslogtreecommitdiff
path: root/subplot
AgeCommit message (Collapse)AuthorFilesLines
2022-12-04fix: handle optional title in image linksLars Wirzenius1-0/+2
Sponsored-by: author
2022-07-10feat: parse Markdown directly into an HTML abstractionLars Wirzenius1-0/+4
The Pandoc AST didn't bring us much benefit and made things harder to follow. Replace it with our own HTML abstraction. Sponsored-by: author
2022-07-09feat: support up to six levels of headingLars Wirzenius1-0/+2
Sponsored-by: author
2022-07-03chore: rename project to rikiLars Wirzenius2-8/+8
It's a subset of ikiwiki and r for rust. Thank you, Daniel Silverstone, for the inspiration for the name. Sponsored-by: author
2022-07-03test: handle inline image elements in markdown markupLars Wirzenius1-2/+19
Sponsored-by: author
2022-07-03test: inline code markup in markdownLars Wirzenius1-15/+2
Sponsored-by: author
2022-06-24feat: rudimentary HTML generationLars Wirzenius2-0/+86
This handles paragraphs and h1 headings, for now. More to come later. There's also some testing. Sponsored-by: author