diff --git a/README.md b/README.md index 108a9a17c..cb30894f2 100644 --- a/README.md +++ b/README.md @@ -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 +``` +