fenced code blocks should respect indnetation

This commit is contained in:
Emanuil Rusev 2014-04-17 23:09:10 +03:00
parent f310bbe13f
commit d841003c65
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class Parsedown
return $Block;
}
$string = htmlspecialchars($Line['text'], ENT_NOQUOTES, 'UTF-8');
$string = htmlspecialchars($Line['body'], ENT_NOQUOTES, 'UTF-8');
$Block['element']['text']['text'] .= "\n".$string;;