test this

This commit is contained in:
RealStickman 2023-06-02 11:07:05 +00:00
parent 0a622e4adb
commit e797657a50

View File

@ -36,7 +36,7 @@ class PrismShortcode extends Shortcode
$cl_continuation = $sc->getParameter('cl-continuation'); $cl_continuation = $sc->getParameter('cl-continuation');
// work around \\ not being passed along as \ // work around \\ not being passed along as \
if ($cl_continuation == '\\') if ($cl_continuation == '\\\\')
$cl_continuation = '\\'; $cl_continuation = '\\';
return $this->twig->processTemplate('shortcodes/prism-highlight.html.twig', [ return $this->twig->processTemplate('shortcodes/prism-highlight.html.twig', [