0.10.0 • Published 7 years ago
mrk v0.10.0
mrk
simple markdown server
can render and upload your docs to webdav
powered with markdown-it
styles from github-markdown-css
highlight code with highlight.js
install
npm install -g mrk@latest
usage
start
alias: s
- start markdown server on 3334 port for all network interfaces
- watch all .md files in current work directory
- recompile .md on change
open in browser http://localhost:3334
mrk
# OR
mrk start
# OR
mrk s
render work dir
alias: r
render all .md files in current work directory to ./www_md directory
options
--footer <filepath>
- set your custom footer with analytics or js
--raw
- render without header and footer
clean
alias: c
clean all rendered files
upload
alias: up
upload rendered files to webdav
mrk upload http://example.com/docs/
LICENSE
MIT
0.11.0-beta.0
7 years ago
0.10.0
7 years ago
0.9.0-1
8 years ago
0.9.0-0
8 years ago
0.8.0-0
8 years ago
0.7.3
8 years ago
0.7.2
8 years ago
0.7.1
8 years ago
0.7.0
8 years ago
0.6.1
8 years ago
0.6.0
8 years ago
0.5.0
8 years ago
0.4.0
8 years ago
0.3.1
8 years ago
0.3.0
8 years ago
0.2.1
8 years ago
0.2.0
8 years ago
0.1.0
8 years ago
0.0.0
8 years ago