Skip to content

A markdown extension library for supporting more advanced features through plugins way.

License

Notifications You must be signed in to change notification settings

AngryPowman/markdown-superset

Repository files navigation

Overview

A markdown extension library for supporting more advanced features through plugins way.


Dependencies

  • marked
  • highlight.js
  • mermaid
  • katex

Installation

Install via npm NPM version:

$ npm install markdown-superset

or Install via git clone

$ git clone https://github.com/AngryPowman/markdown-superset.git
$ cd markdown-superset
$ npm install
$ typings install
$ gulp build

Reference the script in your index.html:

<script src="node_modules/markdown-superset/dist/markdown-superset.min.js"></script>

Demo

To run the demo: $ cd node_modules/markdown-superset $ npm start

  • Notice: You may install python first.

Declaration File for TypeScript

/// <reference path="node_modules/markdown-superset/dist/markdown-superset.d.ts" />

About

A markdown extension library for supporting more advanced features through plugins way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published