From 09a77ab830f857c70aae4bb3a270caaf581e500c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 16 May 2014 16:17:07 +0300 Subject: [PATCH] README.md: mention markdown --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +``` +