Mercurial > repos > public > wdown
comparison test.md @ 3:20d89feaa7d7
Add a bunch of todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 16 Jun 2020 21:11:20 +0200 |
parents | be229b2e3b19 |
children | 534fa4c6668e |
comparison
equal
deleted
inserted
replaced
2:be229b2e3b19 | 3:20d89feaa7d7 |
---|---|
24 | 1 | 1 | 1 | 1 | | 24 | 1 | 1 | 1 | 1 | |
25 | 25 |
26 ## TODO | 26 ## TODO |
27 Some things need doing | 27 Some things need doing |
28 - [x] Build the simplest possible markdown commandline utility | 28 - [x] Build the simplest possible markdown commandline utility |
29 - [ ] Save the world | 29 - [ ] Add commandling argument parsing |
30 - [ ] Allow template file as an input | |
31 | |
32 ### Code highlighting | |
33 - [ ] Check of other highlighters use the same kind of coloring idea | |
34 - [ ] Check how to style the code coloring | |
35 - [ ] Switch to CSS-class based code coloring | |
36 - [ ] Configure highlighter | |
37 | |
38 ### Community | |
39 - [ ] Fix errors in [goldmark-highlighting README](https://github.com/yuin/goldmark-highlighting) | |
40 - [ ] Faulty import | |
41 - [ ] Extra import chroma/formatters/html |