Files
pcem/docs/md2html.sh
2022-01-12 23:23:00 -08:00

5 lines
288 B
Bash
Executable File

#!/bin/bash
pandoc -f markdown -t html5 ../README.md -o ../readme.html --lua-filter=links-to-html.lua
pandoc -f markdown -t html5 ../TESTED.md -o ../tested.html --lua-filter=links-to-html.lua
pandoc -f markdown -t html5 ../CHANGELOG.md -o ../changelog.html --lua-filter=links-to-html.lua