1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 03:42:38 +02:00

Fix trimming of internal #'s

This commit is contained in:
Aidan Woods
2018-03-27 22:04:11 +01:00
parent 1c52cb6b5e
commit 790aed42ab

View File

@@ -506,6 +506,7 @@ class Parsedown
}
$text = trim($Line['text'], '#');
$text = trim($text, ' ');
$Block = array(
'element' => array(