revert some stuff

This commit is contained in:
RealStickman 2023-06-02 09:44:51 +00:00
parent aa686c0f2b
commit bb7b75eaf0

View File

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