bin/md2html@59d9ca2ec2fd
bin/md2html
Tue, 30 Apr 2024 21:53:24 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 30 Apr 2024 21:53:24 -0500
- changeset 1152
- 59d9ca2ec2fd
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Match LSP maps to neovim 0.10 defs
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"