adding bin files
This commit is contained in:
2
bin/md2ghtml
Executable file
2
bin/md2ghtml
Executable file
@ -0,0 +1,2 @@
|
||||
mdfolder=$HOME/.config/markdown
|
||||
pandoc --self-contained --template=$mdfolder/template/template.html -c $mdfolder/css/page.css -c $mdfolder/css/markdown.css -c $mdfolder/css/highlight.css -o "$2" "$1"
|
Reference in New Issue
Block a user