{% comment %} Used to turn markdown tables into HTML tables {% endcomment %}
{% comment %} The Datatables jquery plugin requires a width of 100% on table tags to correctly calulate relative sizes {% endcomment %} {% if caption %} {% endif %} {% for row in header %} {% for th in row %} {% endfor %} {% endfor %} {% for row in rows %} {% for td in row %}{% endfor %} {% endfor %}
{{ caption }}
{{ th.text }}
{{ td }}