got a bit more ambitious

This commit is contained in:
Pagwin 2026-02-23 22:05:46 -05:00
parent 9e91dcb1d9
commit 7ad4b2b98b
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -10,6 +10,7 @@
- Borsh - Borsh
- https://crates.io/crates/tree-sitter-highlight - https://crates.io/crates/tree-sitter-highlight
- Or potentially https://docs.rs/arborium/latest/arborium/ - Or potentially https://docs.rs/arborium/latest/arborium/
- [ ] Refactor template handling so templates include other templates via lambda rather than implicitly https://hackage-content.haskell.org/package/mustache-2.4.3.1/docs/Text-Mustache.html#v:overText
- [ ] Make a function which takes IR and spits out some kind of table of contents - [ ] Make a function which takes IR and spits out some kind of table of contents
- [ ] Add rst or org support and convert markdown handling to custom parser instead of pandoc - [ ] Add rst or org support and convert markdown handling to custom parser instead of pandoc
- [ ] Add in functionality for footnotes - [ ] Add in functionality for footnotes