0.0.9 • Published 8 years ago

@more-markdown/graph-chart-processor v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

more-markdown / graph-chart-processor

A plugin for more-markdown that renders chart graphs.

Installation

You first need a more-markdown setup. Then you can install it via:

npm install @more-markdown/graph-chart-processor

Usage

var moreMarkdown = require('more-markdown');
var chartProcessor = require('@more-markdown/graph-chart-processor');

// create a processor that writes the final html
// to the element with the id 'output'
var proc = moreMarkdown.create('output', processors: [treeProcessor]);

proc.render("```chart" +
"//TODO: add example"
"```");
0.0.9

8 years ago

0.0.7

8 years ago

0.0.4

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago