{% extends "base.html" %} {% block content %}

Every example, run live

{{ total }} examples covering every option in the library. Each one is executed when you open it, and the .docx it writes is rendered below it — insertions, deletions, moves, formatting revisions and comments, straight from the OOXML.

Legend inserted deleted moved formatting 1 comment
{% for name, blurb, members in groups %}

{{ name }}

{{ blurb }}

{% for e in members %}
{{ "%02d"|format(e.number) }} {{ e.title }}

{{ e.summary.split("\n\n")[0] if e.summary else "" }}

{% endfor %}
{% endfor %} {% endblock %}