simplify comments

This commit is contained in:
Emanuil Rusev 2013-12-02 23:02:15 +02:00
parent b7029ab176
commit 05823567bc
1 changed files with 0 additions and 4 deletions

View File

@ -110,7 +110,6 @@ class Parsedown
foreach ($lines as $line)
{
#
# fenced elements
switch ($element['type'])
@ -168,7 +167,6 @@ class Parsedown
continue;
}
#
# composite elements
switch ($element['type'])
@ -238,7 +236,6 @@ class Parsedown
break;
}
#
# indentation sensitive types
$deindented_line = $line;
@ -336,7 +333,6 @@ class Parsedown
break;
}
#
# indentation insensitive types
switch ($deindented_line[0])