From b29c2459e0abebb4b4e5369f517592440e369ef1 Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Tue, 23 Jul 2013 23:54:32 +0300 Subject: [PATCH] remove link from the h2 heading in readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f086ee..60437f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[Parsedown PHP](http://parsedown.org) -=== +## Parsedown PHP Parsedown is a parser for Markdown. It parses Markdown text the way people do. First, it divides texts into blocks. Then it looks at how these blocks start and how they relate to each other. Finally, it looks for special characters to identify inline elements. As a result, Parsedown is (super) fast, consistent and clean. @@ -10,7 +9,7 @@ Parsedown is a parser for Markdown. It parses Markdown text the way people do. F Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown). -### Example +### Example ```php $text = 'Hello **Parsedown**!';