Mercurial > repos > public > wdown
comparison README.md @ 17:c515a9fa8bd5
Fix a typos in README.md (Merge branch felix)
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 25 Jun 2020 21:18:30 +0200 |
parents | d8199e07d089 |
children |
comparison
equal
deleted
inserted
replaced
15:ebecd141e9d3 | 17:c515a9fa8bd5 |
---|---|
14 | 14 |
15 ```bash | 15 ```bash |
16 ./wdown test.md > test.html | 16 ./wdown test.md > test.html |
17 ``` | 17 ``` |
18 | 18 |
19 To use a tmeplate to wrap the produced html you can do | 19 To use a template to wrap the produced html you can do |
20 ```bash | 20 ```bash |
21 ./wdown -tmpl test.tmpl test.md > test.htm | 21 ./wdown -tmpl test.tmpl test.md > test.html |
22 ``` | 22 ``` |