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);
|
$html = Text\Markdown::convert($markdown);
|
||||||
$results[] = [
|
$results[] = [
|
||||||
'title' => L10n::t('Markdown::convert (raw HTML)'),
|
'title' => L10n::t('Markdown::convert (raw HTML)'),
|
||||||
'content' => htmlspecialchars($html)
|
'content' => visible_whitespace(htmlspecialchars($html))
|
||||||
];
|
];
|
||||||
|
|
||||||
$results[] = [
|
$results[] = [
|
||||||
|
|
Loading…
Reference in a new issue