Mercurial > repos > public > wdown
comparison test.md @ 6:a5f397e25cb7
Add ability to render the markdown inside a template
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 16 Jun 2020 22:10:31 +0200 |
parents | 534fa4c6668e |
children | a5aa39557726 |
comparison
equal
deleted
inserted
replaced
5:534fa4c6668e | 6:a5f397e25cb7 |
---|---|
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 - [x] Add command-line argument parsing | 29 - [x] Add command-line argument parsing |
30 - [ ] Allow template file as an input | 30 - [x] Allow template file as an input |
31 - [ ] Refactor main() to be readable | |
32 - [ ] Add possibility to have YAML metadata | |
31 | 33 |
32 ### Code highlighting | 34 ### Code highlighting |
33 - [ ] Check of other highlighters use the same kind of coloring idea | 35 - [ ] Check of other highlighters use the same kind of coloring idea |
34 - [ ] Check how to style the code coloring | 36 - [ ] Check how to style the code coloring |
35 - [ ] Switch to CSS-class based code coloring | 37 - [ ] Switch to CSS-class based code coloring |