From 86a27b48bc2c097b55a1cd57815996c5f6e3613b Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sat, 10 Jan 2015 03:43:48 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d10291d..116a5bc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ More examples in [the wiki](https://github.com/erusev/parsedown/wiki/Usage) and It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the lines start. This helps it recognise blocks. It knows, for example, that if a line start with a `-` then it perhaps belong to a list. Once it recognises the blocks, it continues to the content. As it reads, it watches out for special characters. This helps it recognise inline elements (or inlines). **Why doesn’t Parsedown use namespaces?**
-It'd mean no support for PHP 5.2. Is it worth it? +It'd mean no support for PHP 5.2. Would it be worth it? **Is Parsedown compliant with CommonMark?**
The majority of the CommonMark tests pass. Most of the tests that don't pass deal with cases that are quite extreme. Yet, we are working on them. As CommonMark matures, compliance should improve.