test this
This commit is contained in:
parent
0a622e4adb
commit
e797657a50
@ -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', [
|
||||||
|
Loading…
Reference in New Issue
Block a user