initial commit

This commit is contained in:
Felix Buehler 2017-01-26 13:48:55 +01:00
commit 86a1da2632
35 changed files with 1162 additions and 0 deletions

9
bin/mdo.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
# open a Markdown document in your browser directly
# mdo => markdown open
# e.g. preview the markdown in vim:
# :!mdo %
$BROWSER "data:text/html;base64,`markdown $* | base64 -w 0`"