mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-04 20:25:27 +02:00
improve readme
This commit is contained in:
@@ -13,8 +13,8 @@ Better [Markdown](http://en.wikipedia.org/wiki/Markdown) parser for PHP.
|
|||||||
* [fast](http://parsedown.org/speed)
|
* [fast](http://parsedown.org/speed)
|
||||||
* [consistent](http://parsedown.org/consistency)
|
* [consistent](http://parsedown.org/consistency)
|
||||||
* [GitHub Flavored](https://help.github.com/articles/github-flavored-markdown)
|
* [GitHub Flavored](https://help.github.com/articles/github-flavored-markdown)
|
||||||
* friendly to international input
|
|
||||||
* [tested](https://travis-ci.org/erusev/parsedown) in PHP 5.2, 5.3, 5.4, 5.5 and [hhvm](http://www.hhvm.com/)
|
* [tested](https://travis-ci.org/erusev/parsedown) in PHP 5.2, 5.3, 5.4, 5.5 and [hhvm](http://www.hhvm.com/)
|
||||||
|
* friendly to international input
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ Include `Parsedown.php` or install [the composer package](https://packagist.org/
|
|||||||
### Example
|
### Example
|
||||||
|
|
||||||
```php
|
```php
|
||||||
$text = 'Hello _Parsedown_!';
|
$text = 'Hello *Parsedown*!';
|
||||||
|
|
||||||
$result = Parsedown::instance()->parse($text);
|
$result = Parsedown::instance()->parse($text);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user