{# Be aware that we need these extra new lines here or marked will not realise that the
is HTML and wrap each line in a

- thus breaking the HTML #}

  Edit in Plunker
{% for fileName, file in doc.example.files %}
{% code -%} {$ file.fileContents $} {%- endcode %}
{% endfor %}
{# Be aware that we need these extra new lines here or marked will not realise that the
above is HTML and wrap each line in a

- thus breaking the HTML #}