use raw handler for prismjs shortcode
This commit is contained in:
parent
36bc233df9
commit
ec7c1d8591
@ -7,7 +7,7 @@ class CustomPrismjs extends Shortcode
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
$this->shortcode->getHandlers()->add('sh-root', function(ShortcodeInterface $sc) {
|
||||
$this->shortcode->getRawHandlers()->add('sh-root', function(ShortcodeInterface $sc) {
|
||||
return '<pre class="command-line language-sh" data-prompt="#" data-continuation-str="\" tabindex="0"><code class="language-sh">'.$sc->getContent().'</code></pre>';
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user