copyright 2018 onwards The University of Nottingham
Required variables:
data.editormathjax - flag to indicate if mathjax editor in use
data.id - identifier
data.name - name
data.content - text editor content
data.style - inline styling
Required localised text -
lang.mathjaxinstructions - instructions
lang.previewmathjax - preview
#}
{% if data.editormathjax == true %}
{{lang.mathjaxinstructions|raw}}
{% if data.style == '' %}
{% else %}
{% endif %}
{% else %}
{% if data.style == '' %}
{% else %}
{% endif %}
{% endif %}
{% if data.editormathjax %}
{{lang.previewmathjax}} |
|
{% endif %}