diff --git a/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig b/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig index 7b9134c..6481d23 100644 --- a/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig +++ b/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig @@ -6,6 +6,6 @@ {% if cl_prompt %}data-prompt="{{ cl_prompt }}"{% endif %} {% if ln_start %}data-start="{{ ln_start }}"{% endif %} {% if highlight_lines %}data-line=" {{ highlight_lines }}"{% endif %} - {% if cl_continuation %}data-continuation-str="{{ cl_continuation|e('html') }}"{% endif %} + {% if cl_continuation %}data-continuation-str="{{ cl_continuation|e('js') }}"{% endif %} >{{- content|e('html') -}}