improve comments

This commit is contained in:
Emanuil Rusev 2014-01-26 03:36:25 +02:00
parent 65ef541fda
commit b764deca66
1 changed files with 3 additions and 6 deletions

View File

@ -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)
{