mark-server
v0.9.2
Published
A server base on Nodejs
Downloads
2
Readme
Markdown Server.
## A server base on Node.js
It can open a static Node.js Server.
open default Browser
Preview markdown file in Browser.
#Useage
Install
npm install -g mark-server
Use
cd the path you want open server or preview markdown
mark // open index.html in Browser
Preview specific file.
mark --f=test.html
You can change the filename to other.
markdown Preview
mark --f=test.md
replace the test.md to the name what you want to Preview.
View guide
mark --i
mark --init
~~Personalise style~~
~~change the style.css what you want.~~