cebe/markdown
A super fast, highly extensible markdown parser for PHP
cebe/markdown is a super fast, highly extensible markdown parser for PHP. It is a set of PHP classes, each representing a Markdown flavor and a command line tool for converting Markdown files to HTML files. The implementation focus is to be fast (see benchmark) and extensible. You are able to add additional language elements by directly hooking into the parser, no (possibly error-prone) post- or pre-processing is needed to extend the language. It is also well-tested to provide the best...