Replace markdown table with a screenshot.

This commit is contained in:
Christopher Ramírez 2015-05-11 14:41:08 -06:00
parent 6b8f66533f
commit fc0bdad55c

View file

@ -61,17 +61,7 @@ Most of the time secretary will handle the internal composing of XML when you in
#### Examples document structures #### Examples document structures
**Printing multiple records in a table** **Printing multiple records in a table**
```jinja ![alt tag](https://github.com/christopher-ramirez/secretary/blob/development/docs/images/table_01.png)
┌───────────────────┬────────────────────┐
│ RECORD ID │ RECORD NAME │
├───────────────────┴────────────────────┤
│ {% for record in records %} │
├───────────────────┬────────────────────┤
│ {{ record.id }} │ {{ record.name }} │
├───────────────────┴────────────────────┤
│ {% endfor %} │
└────────────────────────────────────────┘
```
**Conditional paragraphs** **Conditional paragraphs**
```jinja ```jinja