don't use - cause it sucks
This commit is contained in:
parent
945d3612ec
commit
79695cbf95
@ -7,7 +7,7 @@ class CustomPrismjs extends Shortcode
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
$this->shortcode->getRawHandlers()->add('sh-root', function(ShortcodeInterface $sc) {
|
||||
$this->shortcode->getRawHandlers()->add('shroot', function(ShortcodeInterface $sc) {
|
||||
$content = trim($sc->getContent(), "\n ");
|
||||
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