Preview local Markdown files live in a web browser
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker 4d40062221 Style tweaks il y a 5 ans
src Style tweaks il y a 5 ans
.gitignore Initial commit il y a 5 ans
LICENSE Initial commit il y a 5 ans
README.md Initial commit il y a 5 ans
package-lock.json Initial commit il y a 5 ans
package.json Remove extraneous spaces in package.json il y a 5 ans
tsconfig.json Initial commit il y a 5 ans

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