Improve Markdown::convert panel display in mod/babel

This commit is contained in:
Hypolite Petovan 2019-02-04 21:46:34 -05:00
parent cf9a65cded
commit 3c62a7206e
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = [