From 4fb12be60adaecc2ee9d9a4bd8d039471e04e2ec Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Wed, 13 Nov 2013 01:52:59 +0200 Subject: [PATCH] improve introduction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f8659..0c6479b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## 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. +Parsedown is a parser for Markdown. It reads Markdown similarly to how people do. First, it breaks texts into lines. Then, it looks at how these lines start and relate to each other. Finally, it looks for special characters to identify inline elements. As a result, Parsedown is (very) fast and consistent. [Demo](http://parsedown.org/explorer/) · [Tests](http://parsedown.org/tests/) · [Home](http://parsedown.org)