From 2e50a935e8692f5285861a8f52d3c6545b35fe96 Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Wed, 10 Jul 2013 23:30:31 +0300 Subject: [PATCH] remove heading from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 893cf00..a7ad658 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# 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, predictable and its (open) source code - easy to read. [Explorer (demo)](http://parsedown.org/explorer/)