Skip to content

mnishihan/parsedown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parsedown

Parsedown is a Markdown parser for PHP. It is fast, consistent and easy to use.

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>

About

markdown parser for php

Resources

License

Stars

Watchers

Forks

Packages

No packages published