mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-21 18:09:23 +01:00
README.md: mention markdown
This commit is contained in:
parent
e2fb791543
commit
09a77ab830
10
README.md
10
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user