From 0008e69a83232b43146fbd08768b6e40d80e70f0 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Mon, 19 Jan 2015 17:09:51 +0200 Subject: [PATCH] clean up --- Parsedown.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Parsedown.php b/Parsedown.php index 5468c06..ce695e8 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -15,15 +15,6 @@ class Parsedown { - # - # Philosophy - - # Parsedown recognises that the Markdown syntax is optimised for humans so - # it tries to read like one. It goes through text line by line. It looks at - # how lines start to identify blocks. It looks for special characters to - # identify inline elements. - - # # ~ function text($text)