!nstant-markdown-d ================ instant-markdown-d is a small Node.js server that enables instant compilation and previewing of Markup files. A plugin can easily be written for any text editor to interface with it. One currently exists for VIm: https://github.com/suan/vim-instant-markdown Installation ------------ - `[sudo] npm -g install instant-markdown-d` REST API -------- | Action | HTTP Method | Request URL | Request Body | |---------------------|-------------|---------------------------|--------------------| | Refresh Markdown on page | PUT | http://localhost:\ | \ | | Close Webpage | DELETE | http://localhost:\ | | By default, `` is 8090