mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
3d84201d7429b8a58ea21832afcb05483b5c8745

Tests are using the Composer autoloader since: cd1c030362
Because of that Composer should have actually dumped the autoloader in the `vendor/` folder,
before the tests are ran.
Parsedown
Better Markdown parser for PHP.
Features
- Fast
- Consistent
- GitHub Flavored
- Tested in PHP 5.2, 5.3, 5.4, 5.5, 5.6 and hhvm
- Extensible
Installation
Include Parsedown.php
or install the composer package.
Example
$Parsedown = new Parsedown();
echo $Parsedown->text('Hello _Parsedown_!'); # prints: <p>Hello <em>Parsedown</em>!</p>
Description
Languages
PHP
75.7%
HTML
24.3%