NDOJ/templates/user/preview.html

4 lines
208 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
{{ preview_data|markdown('self-description', MATH_ENGINE)|reference|str|safe }}
{% if REQUIRE_JAX %}
<div data-config="{{ static('mathjax_config.js') }}" class="require-mathjax-support"></div>
{% endif %}