Replace markdown table with a screenshot.
This commit is contained in:
parent
6b8f66533f
commit
fc0bdad55c
1 changed files with 1 additions and 11 deletions
12
README.md
12
README.md
|
|
@ -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
|

|
||||||
┌───────────────────┬────────────────────┐
|
|
||||||
│ RECORD ID │ RECORD NAME │
|
|
||||||
├───────────────────┴────────────────────┤
|
|
||||||
│ {% for record in records %} │
|
|
||||||
├───────────────────┬────────────────────┤
|
|
||||||
│ {{ record.id }} │ {{ record.name }} │
|
|
||||||
├───────────────────┴────────────────────┤
|
|
||||||
│ {% endfor %} │
|
|
||||||
└────────────────────────────────────────┘
|
|
||||||
```
|
|
||||||
|
|
||||||
**Conditional paragraphs**
|
**Conditional paragraphs**
|
||||||
```jinja
|
```jinja
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue