Mercurial > repos > public > wdown
comparison test.md @ 18:adc92b0118f4
Fix crash when not providing a template
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 25 Jun 2020 21:57:11 +0200 |
parents | ebecd141e9d3 |
children | fbdb89dc8e8c |
comparison
equal
deleted
inserted
replaced
17:c515a9fa8bd5 | 18:adc92b0118f4 |
---|---|
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 | 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 | 57 - [x] Fix bug where wdown doesn't work without a template |
58 - [x] Build the simplest possible markdown commandline utility | 58 - [x] Build the simplest possible markdown commandline utility |
59 - [x] Add command-line argument parsing | 59 - [x] Add command-line argument parsing |
60 - [x] Allow template file as an input | 60 - [x] Allow template file as an input |
61 - [ ] Refactor main() to be readable | 61 - [ ] Refactor main() to be readable |
62 - [x] Add possibility to have YAML metadata | 62 - [x] Add possibility to have YAML metadata |