msimmer / markdown-it-preview-demo

A demo project for the markdown-it-preview Atom package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdown-it-preview-demo

This is a proof of concept for the markdown-it-preview Atom package.

Install

Make sure the markdown-it-preview package is installed and enabled in Atom settings, then clone the repo and install dependencies.

$ npm i

Open the files in tests/ and preview them in Atom with CTRL-SHIFT-M.

Extend

Add markdown-it plugins with npm or yarn, then list them in markdown-it-plugin.config.js.

Restart (or window:reload) might be required after installing new packages.

About

A demo project for the markdown-it-preview Atom package


Languages

Language:JavaScript 100.0%