mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
resolve #117
This commit is contained in:
parent
1243fcf3e0
commit
a6756fd4fa
@ -135,7 +135,7 @@ class Parsedown
|
||||
$block['content'][0]['content'] .= "\n";
|
||||
}
|
||||
|
||||
$string = htmlspecialchars($line, ENT_NOQUOTES, 'UTF-8');
|
||||
$string = htmlspecialchars($indented_line, ENT_NOQUOTES, 'UTF-8');
|
||||
|
||||
$block['content'][0]['content'] .= $string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user