test js escape
This commit is contained in:
parent
bb7b75eaf0
commit
a773671caa
@ -6,6 +6,6 @@
|
|||||||
{% if cl_prompt %}data-prompt="{{ cl_prompt }}"{% endif %}
|
{% if cl_prompt %}data-prompt="{{ cl_prompt }}"{% endif %}
|
||||||
{% if ln_start %}data-start="{{ ln_start }}"{% endif %}
|
{% if ln_start %}data-start="{{ ln_start }}"{% endif %}
|
||||||
{% if highlight_lines %}data-line=" {{ highlight_lines }}"{% 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>
|
><code>{{- content|e('html') -}}</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user