@more-markdown/graph-chart-processor

0.0.9 • Public • Published

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"
"```");

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

5

Version

0.0.9

License

MIT

Last publish

Collaborators

  • more-markdown