This commit is contained in:
Emanuil Rusev 2019-03-02 12:08:48 +02:00
parent 819c68899d
commit a503c1a69b
2 changed files with 1 additions and 4 deletions

View File

@ -15,12 +15,9 @@ matrix:
- php: 7.2
- php: 7.3
- php: nightly
- php: hhvm
- php: hhvm-nightly
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm-nightly
- php: 7.3
install:

View File

@ -18,7 +18,7 @@ Better Markdown Parser in PHP - <a href="http://parsedown.org/demo">Demo</a>.
* [Super Fast](http://parsedown.org/speed)
* Extensible
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
* [Tested](http://parsedown.org/tests/) in 5.3 to 7.2 and in HHVM
* [Tested](http://parsedown.org/tests/) in 5.3 to 7.2
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
## Installation