mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 03:33:02 +02:00
5 lines
288 B
Bash
Executable File
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
|