1.0.7 • Published 8 years ago

markdown-superset v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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" />

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago