{% if format=="html" %}
{% endfor %}
{% else %}
{% endif %}
Source code
{{ chunk.in|e }}
Output
{% if chunk.html %} {% elif chunk.markdown %} {{ markdown(chunk.out) }} {% else %}{{ chunk.out|e }}
{% endif %}