From b764deca6650ca535e01ec5062bb5614c7a507fb Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sun, 26 Jan 2014 03:36:25 +0200 Subject: [PATCH] improve comments --- Parsedown.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Parsedown.php b/Parsedown.php index 18fefa6..c22e223 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -61,12 +61,9 @@ class Parsedown # # - # Parsedown recognises that Markdown is optimised to be easy-to-read by - # humans, so it tries to read it the way humans 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. + # Parsedown tries to read Markdown texts the way humans do. First, it breaks + # texts into lines. Then, it identifies blocks by looking at how these lines + # start and relate to each other. Finally, it identifies inline elements. function parse($text) {