{{ node.text }}
{% when 'superscript' %}
{{ node.text }}
{% when 'subscript' %}
{{ node.text }}
{% when 'double' %}
“{{ node.text }}”
{% when 'single' %}
‘{{ node.text }}’
{% when 'mark' %}
{{ node.text }}
{% when 'asciimath' %}
\\${{ node.text }}\\$
{% when 'latexmath' %}
\\({{ node.text }}\\)
{% else %}
{{ node.text }}
{% endcase %}