Mercurial > repos > public > wdown
comparison test.md @ 5:534fa4c6668e
Add command line argument parsing
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 16 Jun 2020 21:23:38 +0200 |
parents | 20d89feaa7d7 |
children | a5f397e25cb7 |
comparison
equal
deleted
inserted
replaced
4:0b747e2d51c9 | 5:534fa4c6668e |
---|---|
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 - [ ] Add commandling argument parsing | 29 - [x] Add command-line argument parsing |
30 - [ ] Allow template file as an input | 30 - [ ] Allow template file as an input |
31 | 31 |
32 ### Code highlighting | 32 ### Code highlighting |
33 - [ ] Check of other highlighters use the same kind of coloring idea | 33 - [ ] Check of other highlighters use the same kind of coloring idea |
34 - [ ] Check how to style the code coloring | 34 - [ ] Check how to style the code coloring |