mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
fenced code blocks should respect indnetation
This commit is contained in:
parent
f310bbe13f
commit
d841003c65
@ -454,7 +454,7 @@ class Parsedown
|
|||||||
return $Block;
|
return $Block;
|
||||||
}
|
}
|
||||||
|
|
||||||
$string = htmlspecialchars($Line['text'], ENT_NOQUOTES, 'UTF-8');
|
$string = htmlspecialchars($Line['body'], ENT_NOQUOTES, 'UTF-8');
|
||||||
|
|
||||||
$Block['element']['text']['text'] .= "\n".$string;;
|
$Block['element']['text']['text'] .= "\n".$string;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user