test js escape

This commit is contained in:
RealStickman 2023-06-02 09:50:16 +00:00
parent bb7b75eaf0
commit a773671caa

View File

@ -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 %}
><code>{{- content|e('html') -}}</code></pre>
</div>