Fix lists

This commit is contained in:
Miraty 2021-10-07 10:58:37 +02:00
parent 7c9304ae93
commit 7467805d87
1 changed files with 9 additions and 9 deletions

View File

@ -5,11 +5,11 @@ mkht.php is a PHP script for building Gemini, Markdown and HTML/CSS sites from s
Place your pages tree in `/src/*/*.(gmi|md)`.
Optionnal files:
`/config.ini`
`/style.less`
`/logo.png`
`/head.inc.html`
`/footer.inc.html`
* `/config.ini`
*`/style.less`
* `/logo.png`
* `/head.inc.html`
* `/footer.inc.html`
`mkht.php <site path> <destination >`
@ -23,10 +23,10 @@ Pages in `/src`can use Gemini (if using `gmi` extension), Markdown, HTML and PHP
# Output
`/*/*.gmi` (if using `.gmi` extension in /src)
`/*/*.md`
`/*/*.html`
`/*/*.gz`
* `/*/*.gmi` (if using `.gmi` extension in /src)
* `/*/*.md`
* `/*/*.html`
* `/*/*.gz`
# External dependencies