NDOJ/templates/ticket/preview.html

4 lines
176 B
HTML
Raw Normal View History

2022-10-25 04:59:04 +00:00
{{ preview_data|markdown|reference|str|safe }}
2020-01-21 06:35:58 +00:00
{% if REQUIRE_JAX %}
2022-11-25 18:52:49 +00:00
<div data-config="{{ static('mathjax3_config.js') }}" class="require-mathjax-support"></div>
2020-01-21 06:35:58 +00:00
{% endif %}