Sha256: d5631ca14cb8f145d62a4817ad837ab35458fa4294f9b9adbc46d09b514949aa

Contents?: true

Size: 748 Bytes

Versions: 1

Compression:

Stored size: 748 Bytes

Contents

# Markdown Parser [![Build Status](https://travis-ci.org/apiaryio/markdown-parser.svg?branch=master)](https://travis-ci.org/apiaryio/markdown-parser)

`Markdown Parser` purpose is to process a Markdown file and produce its abstract syntax tree (AST for short) which is suitable for further machine-processing. The AST also includes source maps for its nodes.

Markdown Parser is currently built on top of the (now deprecated) [`sundown`](https://github.com/apiaryio/sundown) library. In the future the `sundown` may be replaced with [`hoedown`](https://github.com/hoedown/hoedown/) libray or even [`Redcarpet`](https://github.com/vmg/redcarpet) "C" core.

## Contribute
Fork & Pull Request

## License
MIT License. See the [LICENSE](LICENSE) file.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redsnow-0.3.2 ext/snowcrash/ext/markdown-parser/README.md