From 5b74b74145aa14653d3285d793cf7fa817b3f7e7 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Thu, 5 Jun 2025 08:59:58 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4fee76d..207e63b 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Better Markdown Parser in PHP — demo ## Features -* One file -* No dependencies -* [Super fast](http://parsedown.org/speed) -* Extensible -* [GitHub flavored](https://github.github.com/gfm) -* [Tested](http://parsedown.org/tests/) in 5.3 to 7.3 -* [Markdown Extra extension](https://github.com/erusev/parsedown-extra) +- One file +- No dependencies +- [Super fast](http://parsedown.org/speed) +- Extensible +- [GitHub flavored](https://github.github.com/gfm) +- [Tested](http://parsedown.org/tests/) in 5.3 to 7.3 +- [Markdown Extra extension](https://github.com/erusev/parsedown-extra) ## Installation