Preview local Markdown files live in a web browser
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Dylan Baker 76a0674429 0.3.0 3 年前
src Add highlighting to code blocks 3 年前
.gitignore Initial commit 5 年前
LICENSE Initial commit 5 年前
README.md Initial commit 5 年前
package-lock.json 0.3.0 3 年前
package.json 0.3.0 3 年前
tsconfig.json Initial commit 5 年前

README.md

Markarth

Markarth is a tool for previewing local Markdown files live in a web browser. You can edit your document in your favorite editor and Markarth will watch that file for changes and push the changes to your browser.

Installation

$ npm install -g markarth

Usage

$ markarth my-document.md

License

MIT