1 2 3 4 5
#!/bin/bash python3 -m markdown -o html5 -x md_in_html < index.md > index.html mkdir -p 404 #pandoc -f commonmark 404.md -t html5 -s > 404/index.html