2023-02-23
copy goneovim settings
#!/bin/sh exec pandoc \ --quiet \ --standalone \ -f markdown+smart \ -t html5 \ --toc \ --toc-depth=5 \ --self-contained \ --template=md2html \ "$@"