Preview local Markdown files live in a web browser
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dylan Baker 63e45fc49b Update deps, switch to marked for markdown 3年前
src Update deps, switch to marked for markdown 3年前
.gitignore Initial commit 5年前
LICENSE Initial commit 5年前
README.md Initial commit 5年前
package-lock.json Update deps, switch to marked for markdown 3年前
package.json Update deps, switch to marked for markdown 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