We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd2d3e commit ac3581fCopy full SHA for ac3581f
helpers/MarkdownHighlightTrait.php
@@ -47,7 +47,6 @@ protected function renderCode($block)
47
return "<pre><code class=\"hljs {$result->language}\">{$result->value}</code></pre>\n";
48
}
49
} catch (DomainException $e) {
50
- echo $e;
51
return parent::renderCode($block);
52
53
0 commit comments