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') -}}