README.md: mention markdown

This commit is contained in:
Mikaela Suomalainen 2014-05-16 16:17:07 +03:00
parent e2fb791543
commit 09a77ab830
1 changed files with 10 additions and 0 deletions

View File

@ -7,3 +7,13 @@ which is the source of https://mkaysi.github.io/Limnoria .
is used as base for my changes which will be pull requested.
[ProgVal/Limnoria]:https://github.com/ProgVal/Limnoria.git
## .html.md --> .html
Everything except index.html is primarily typed in markdown. To convert it
to html, I use `pandoc`.
```
pandoc -i index.real.html.md -o index.real.html
```