added footnotes back to TODO

This commit is contained in:
Pagwin 2025-12-13 20:59:51 -05:00
parent da9ce3dabc
commit a7a0b3cb5d
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -7,5 +7,6 @@
- https://hackage.haskell.org/package/file-embed - https://hackage.haskell.org/package/file-embed
- https://hackage.haskell.org/package/fsnotify - https://hackage.haskell.org/package/fsnotify
- [ ] 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
- [ ] see if performance can be improved, it shouldn't be necessary but if I'm looking at doing something for this and everything above this got checked off then this is a sensible next thing - [ ] see if performance can be improved, it shouldn't be necessary but if I'm looking at doing something for this and everything above this got checked off then this is a sensible next thing