change back to sh-root

This commit is contained in:
RealStickman 2023-06-02 13:37:03 +00:00
parent e8f92f79a6
commit d6657a9ae6

View File

@ -7,7 +7,7 @@ class CustomPrismjs extends Shortcode
{
public function init()
{
$this->shortcode->getRawHandlers()->add('rootsh', function(ShortcodeInterface $sc) {
$this->shortcode->getRawHandlers()->add('sh-root', 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>';
});