mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
This commit is contained in:
parent
819c68899d
commit
a503c1a69b
@ -15,12 +15,9 @@ matrix:
|
|||||||
- php: 7.2
|
- php: 7.2
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
- php: nightly
|
- php: nightly
|
||||||
- php: hhvm
|
|
||||||
- php: hhvm-nightly
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
- php: hhvm-nightly
|
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -18,7 +18,7 @@ Better Markdown Parser in PHP - <a href="http://parsedown.org/demo">Demo</a>.
|
|||||||
* [Super Fast](http://parsedown.org/speed)
|
* [Super Fast](http://parsedown.org/speed)
|
||||||
* Extensible
|
* Extensible
|
||||||
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
|
* [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)
|
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user