fix syntax
This commit is contained in:
parent
19b8942ab6
commit
183f8a7fd5
@ -8,7 +8,7 @@ class CustomPrismjs extends Shortcode
|
||||
public function init()
|
||||
{
|
||||
$this->shortcode->getHandlers()->add('rootsh', function(ShortcodeInterface $sc) {
|
||||
$content = rtrim(ltrim($sc->getContent()))
|
||||
$content = rtrim(ltrim($sc->getContent()));
|
||||
return '<pre class="command-line language-sh" data-prompt="#" data-continuation-str="\" tabindex="0"><code class="language-sh">'.$content.'</code></pre>';
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user