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.
- Host: GitHub
- URL: https://github.com/mastersign/mdproc
- Owner: mastersign
- Created: 2014-08-07T12:41:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T10:41:45.000Z (about 3 years ago)
- Last Synced: 2025-08-27T09:42:07.876Z (12 months ago)
- Language: HTML
- Size: 820 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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/