diff 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
line wrap: on
line diff
--- a/test.md	Tue Jun 16 21:23:38 2020 +0200
+++ b/test.md	Tue Jun 16 22:10:31 2020 +0200
@@ -27,7 +27,9 @@
 Some things need doing
  - [x] Build the simplest possible markdown commandline utility
  - [x] Add command-line argument parsing
- - [ ] Allow template file as an input
+ - [x] Allow template file as an input
+ - [ ] Refactor main() to be readable
+ - [ ] Add possibility to have YAML metadata
 
 ### Code highlighting
  - [ ] Check of other highlighters use the same kind of coloring idea