Improve Markdown::convert panel display in mod/babel
This commit is contained in:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user