From 7467805d87ea77c3e3f31cc58b67274aba378713 Mon Sep 17 00:00:00 2001 From: Miraty Date: Thu, 7 Oct 2021 10:58:37 +0200 Subject: [PATCH] Fix lists --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 92c63c0..ed14234 100755 --- a/README.md +++ b/README.md @@ -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 ` @@ -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