[bin/mdo] update markdown command

This commit is contained in:
Felix Buehler 2018-01-15 22:36:52 +01:00
parent cb124677fa
commit 3be90c226b

View file

@ -6,4 +6,4 @@
# e.g. preview the markdown in vim: # e.g. preview the markdown in vim:
# :!mdo % # :!mdo %
$BROWSER "data:text/html;base64,`markdown $* | base64 -w 0`" $BROWSER "data:text/html;base64,`markdown_py $* | base64 -w 0`"