Mercurial > repos > public > wdown
comparison test.md @ 22:1581b64a72a1 default tip
Move todos to separate file
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 01 Jul 2020 11:47:18 +0200 |
parents | cb6c79b172d1 |
children |
comparison
equal
deleted
inserted
replaced
20:cb6c79b172d1 | 22:1581b64a72a1 |
---|---|
67 | 0 | 0 | 0 | 0 | | 67 | 0 | 0 | 0 | 0 | |
68 | 0 | 1 | 1 | 0 | | 68 | 0 | 1 | 1 | 0 | |
69 | 1 | 0 | 1 | 0 | | 69 | 1 | 0 | 1 | 0 | |
70 | 1 | 1 | 1 | 1 | | 70 | 1 | 1 | 1 | 1 | |
71 | 71 |
72 ## TODO | 72 ## There is also support for checklists |
73 Some things need doing | 73 - [ ] A thing |
74 - [x] Fix bug where there's a nil error when there is no yaml in .md file | 74 - [ ] Another thing |
75 - [x] Fix bug where wdown doesn't work without a template | 75 - [x] A third thing |
76 - [x] Build the simplest possible markdown commandline utility | |
77 - [x] Add command-line argument parsing | |
78 - [x] Allow template file as an input | |
79 - [ ] Refactor main() to be readable | |
80 - [x] Add possibility to have YAML metadata | |
81 - [ ] Try to add music score | |
82 - [ ] Test using v8go to render the music score server side | |
83 - [ ] Try to create an extension | |
84 | |
85 ### Math | |
86 - [ ] Serve MathJax from own server. | |
87 - [ ] Keep investigating if it's possible to use _katex_ with _v8go_ to render math at compile time instead of realying on _MathJax_ to do it in the browser. | |
88 - [ ] Revisit the branch `javascript-experiment` and see if it's possible to get rid of the extra characters rendered by _katex_. | |
89 | |
90 ### Code highlighting | |
91 - [ ] Fix the styles so that highlighted block have the same background as non-highlighted blocks | |
92 - [ ] Check of other highlighters use the same kind of coloring idea | |
93 - [ ] Check how to style the code coloring | |
94 - [ ] Switch to CSS-class based code coloring | |
95 - [ ] Configure highlighter | |
96 | |
97 ### Community | |
98 - [ ] Fix errors in [goldmark-highlighting README](https://github.com/yuin/goldmark-highlighting) | |
99 - [ ] Faulty import | |
100 - [ ] Extra import chroma/formatters/html |