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