Preview local Markdown files live in a web browser
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dylan Baker 4d40062221 Style tweaks 5 anos atrás
src Style tweaks 5 anos atrás
.gitignore Initial commit 5 anos atrás
LICENSE Initial commit 5 anos atrás
README.md Initial commit 5 anos atrás
package-lock.json Initial commit 5 anos atrás
package.json Remove extraneous spaces in package.json 5 anos atrás
tsconfig.json Initial commit 5 anos atrás

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