Mercurial > repos > public > wdown
comparison README.md @ 14:d8199e07d089 felix
Fix typos in Readme
author | FWerpers |
---|---|
date | Wed, 24 Jun 2020 20:32:11 +0200 |
parents | 78282df000f2 |
children |
comparison
equal
deleted
inserted
replaced
13:78282df000f2 | 14:d8199e07d089 |
---|---|
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 ``` |