yangle / mdh

pandoc + inotifywait wrapper for local markdown-to-html continuous rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdh

mdh is a convenience wrapper around pandoc for local markdown-to-html conversion and rendering.

It includes a simple Yeti-inspired style sheet, and performs syntax highlighting and LaTeX rendering through local copies (as git submodules) of Highlight.js and MathJax, with no reliance on internet connectivity.

mmk is a simple (linux only) inotify-based script that monitors a markdown file and continuously recompiles it. If a file is not specified, it default to the most recently modified markdown file in the current folder.

Upon any changes to the monitored file, mmk calls mdh to recompile it, and opens or refreshes the result in browser automatically.

About

pandoc + inotifywait wrapper for local markdown-to-html continuous rendering


Languages

Language:Shell 38.7%Language:CSS 36.2%Language:HTML 25.1%