An open API service indexing awesome lists of open source software.

https://github.com/mastersign/mdproc

Extended Markdown processing based on pandoc.
https://github.com/mastersign/mdproc

Last synced: 6 months ago
JSON representation

Extended Markdown processing based on pandoc.

Awesome Lists containing this project

README

          

# MdProc

[![npm package][npm-img]][npm-url]
[![dependency status][libraries-img]][libraries-url]

> Extended [Markdown][] pre- and post-processing based on [Pandoc][], [Graphviz][] and others.

## Usage

Use the [Yeoman][] generator `mdproc` to scaffold a project, automated with [Gulp][] and using _MdProc_.

```
npm install -g yo generator-mdproc
yo mdproc
```

## Related Projects

* [Yeoman Generator for MdProc](https://github.com/mastersign/generator-mdproc)
* [MdInclude](https://github.com/mastersign/mdinclude)
* [MdData](https://github.com/mastersign/mddata)
* [MdQuery](https://github.com/mastersign/mdquery)
* [MdGraphExtract](https://github.com/mastersign/mdgraphextract)
* [H5smpl](https://github.com/mastersign/h5smpl)
* [HTinliner](https://github.com/mastersign/htinliner)

## License

_MdProc_ is published under the MIT license.

[npm-url]: https://www.npmjs.com/package/mdproc
[npm-img]: https://img.shields.io/npm/v/mdproc.svg
[libraries-url]: https://libraries.io/npm/mdproc
[libraries-img]: https://img.shields.io/librariesio/github/mastersign/mdproc.svg
[Markdown]: https://daringfireball.net/projects/markdown/
[Graphviz]: http://www.graphviz.org/
[Pandoc]: http://pandoc.org/
[Yeoman]: http://yeoman.io/
[Gulp]: http://gulpjs.com/