From c10ee94cece700af0544328289556f05344fa13b Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 10:57:38 +0000 Subject: [PATCH] change --- .../templates/shortcodes/prism-highlight.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig b/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig index 0ab6cd8..c1ecca4 100644 --- a/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig +++ b/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig @@ -7,5 +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 %} >{{- content|e('html') -}}