change to markdown
This commit is contained in:
parent
e18fee7272
commit
59c6ab4209
2 changed files with 7 additions and 7 deletions
7
TODO
7
TODO
|
@ -1,7 +0,0 @@
|
|||
minify js and css when copying over instead of just copying
|
||||
|
||||
add rst support and convert markdown handling to custom parser instead of pandoc
|
||||
|
||||
process source code blocks with tree sitter https://hackage.haskell.org/package/tree-sitter
|
||||
|
||||
see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)
|
7
TODO.md
Normal file
7
TODO.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
- minify js and css when copying over instead of just copying
|
||||
|
||||
- add rst support and convert markdown handling to custom parser instead of pandoc
|
||||
|
||||
- process source code blocks with tree sitter https://hackage.haskell.org/package/tree-sitter
|
||||
|
||||
- see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)
|
Loading…
Reference in a new issue