{% macro markdown(content) %}
{{ content|markdown }}
{% endmacro %} {{ file_name }} {% if interactive %} {% endif %}
{% for chunk in chunks %}
In
{{ chunk.in|e }}
Out {% if chunk.html %} {{ chunk.out }} {% elif chunk.markdown %} {{ markdown(chunk.out) }} {% else %}
{{ chunk.out|e }}
{% endif %}
{% endfor %}