test html_attr

This commit is contained in:
RealStickman 2023-06-02 09:51:21 +00:00
parent a773671caa
commit ba25da153b

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('js') }}"{% endif %}
{% if cl_continuation %}data-continuation-str="{{ cl_continuation|e('html_attr') }}"{% endif %}
><code>{{- content|e('html') -}}</code></pre>
</div>