simple markdown server
can render and upload your docs to webdav
powered with markdown-it
npm install -g mrk@latest
alias: s
open in browser http://localhost:3334
mrk
# OR
mrk start
# OR
mrk s
alias: r
render all .md files in current work directory to ./www_md directory
--footer <filepath>
- set your custom footer with analytics or js
--raw
- render without header and footer
alias: c
clean all rendered files
alias: up
upload rendered files to webdav
mrk upload http://example.com/docs/
MIT