Mercurial > repos > public > wdown
comparison test.md @ 15:ebecd141e9d3
Fix crash when there is no YAML
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 25 Jun 2020 21:16:19 +0200 |
parents | 4bcdc24edbe3 |
children | adc92b0118f4 |
comparison
equal
deleted
inserted
replaced
13:78282df000f2 | 15:ebecd141e9d3 |
---|---|
51 | 1 | 0 | 1 | 0 | | 51 | 1 | 0 | 1 | 0 | |
52 | 1 | 1 | 1 | 1 | | 52 | 1 | 1 | 1 | 1 | |
53 | 53 |
54 ## TODO | 54 ## TODO |
55 Some things need doing | 55 Some things need doing |
56 - [x] Fix bug where there's a nil error when there is no yaml in .md file | |
57 - [ ] Fix bug where wdown doesn't work without a template | |
56 - [x] Build the simplest possible markdown commandline utility | 58 - [x] Build the simplest possible markdown commandline utility |
57 - [x] Add command-line argument parsing | 59 - [x] Add command-line argument parsing |
58 - [x] Allow template file as an input | 60 - [x] Allow template file as an input |
59 - [ ] Refactor main() to be readable | 61 - [ ] Refactor main() to be readable |
60 - [x] Add possibility to have YAML metadata | 62 - [x] Add possibility to have YAML metadata |