parsedown/README.md

8 lines
563 B
Markdown
Raw Normal View History

2013-07-18 01:58:53 +04:00
Parsedown is a parser for Markdown. It parses Markdown text the way people do. First, it divides texts into blocks. Then it looks at how these blocks start and how they relate to each other. Finally, it looks for special characters to identify inline elements. As a result, Parsedown is (super) fast, consistent and clean.
2013-07-11 00:22:16 +04:00
[Explorer (demo)](http://parsedown.org/explorer/)
2013-07-23 11:36:28 +04:00
[Tests](http://parsedown.org/tests/)
---
[![Coverage Status](https://coveralls.io/repos/erusev/parsedown/badge.png?branch=master)](https://coveralls.io/r/erusev/parsedown?branch=master)