docs: missing space

This commit is contained in:
2026-02-19 17:54:17 +01:00
parent f6d87eb878
commit 2e226eb7cb

View File

@@ -30,7 +30,7 @@ chmod +x m2h.pl
Convert a markdown file to HTML: Convert a markdown file to HTML:
```bash ```bash
perl -Ilibm2h.pl input.md > output.html perl -Ilib m2h.pl input.md > output.html
``` ```
Or read from stdin: Or read from stdin: