From 0a622e4adb9888d6abefd2d072db3a36004f463f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 11:04:42 +0000 Subject: [PATCH] use variable cl_continuation --- .../templates/shortcodes/prism-highlight.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig b/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig index c1ecca4..a063c61 100644 --- a/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig +++ b/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig @@ -7,6 +7,6 @@ {% if ln_start %}data-start="{{ ln_start }}"{% endif %} {% if highlight_lines %}data-line=" {{ highlight_lines }}"{% endif %} {# {% if cl_continuation %}data-continuation-str="\"{% endif %} #} - {% if cl_continuation %}data-continuation-str="\"{% endif %} + {% if cl_continuation %}data-continuation-str="{{ cl_continuation }}"{% endif %} >{{- content|e('html') -}}