Parsedown

Fast and consistent Markdown parser for PHP.

Home · Demo · Tests

Installation

Include Parsedown.php or install the composer package.

Example

$text = 'Hello **Parsedown**!';

$result = Parsedown::instance()->parse($text);

echo $result; # prints: <p>Hello <strong>Parsedown</strong>!</p>
Description
Better Markdown Parser in PHP
Readme 3.5 MiB
Languages
PHP 75.7%
HTML 24.3%