Mercurial > repos > public > wdown
comparison test.md @ 7:a5aa39557726
Add parsing of YAML frontmatter
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Jun 2020 12:23:56 +0200 |
parents | a5f397e25cb7 |
children | 1ffe6e4f933c |
comparison
equal
deleted
inserted
replaced
6:a5f397e25cb7 | 7:a5aa39557726 |
---|---|
1 --- | |
2 title: En liten testsida | |
3 tags: | |
4 - markdown | |
5 - goldmark | |
6 --- | |
7 | |
1 # Rubrik | 8 # Rubrik |
2 Lite text måste man ha. | 9 Lite text måste man ha. |
3 Och kanske en lista | 10 Och kanske en lista |
4 * LOL | 11 * LOL |
5 * LAL | 12 * LAL |
27 Some things need doing | 34 Some things need doing |
28 - [x] Build the simplest possible markdown commandline utility | 35 - [x] Build the simplest possible markdown commandline utility |
29 - [x] Add command-line argument parsing | 36 - [x] Add command-line argument parsing |
30 - [x] Allow template file as an input | 37 - [x] Allow template file as an input |
31 - [ ] Refactor main() to be readable | 38 - [ ] Refactor main() to be readable |
32 - [ ] Add possibility to have YAML metadata | 39 - [x] Add possibility to have YAML metadata |
33 | 40 |
34 ### Code highlighting | 41 ### Code highlighting |
35 - [ ] Check of other highlighters use the same kind of coloring idea | 42 - [ ] Check of other highlighters use the same kind of coloring idea |
36 - [ ] Check how to style the code coloring | 43 - [ ] Check how to style the code coloring |
37 - [ ] Switch to CSS-class based code coloring | 44 - [ ] Switch to CSS-class based code coloring |