Improve Markdown::convert panel display in mod/babel
This commit is contained in:
parent
cf9a65cded
commit
3c62a7206e
|
@ -98,7 +98,7 @@ function babel_content()
|
|||
$html = Text\Markdown::convert($markdown);
|
||||
$results[] = [
|
||||
'title' => L10n::t('Markdown::convert (raw HTML)'),
|
||||
'content' => htmlspecialchars($html)
|
||||
'content' => visible_whitespace(htmlspecialchars($html))
|
||||
];
|
||||
|
||||
$results[] = [
|
||||
|
|
Loading…
Reference in a new issue