From fc0bdad55cb30ebfa77a8e2773f1a453db9d3b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Mon, 11 May 2015 14:41:08 -0600 Subject: [PATCH] Replace markdown table with a screenshot. --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index a924d85..4a3a69c 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,7 @@ Most of the time secretary will handle the internal composing of XML when you in #### Examples document structures **Printing multiple records in a table** -```jinja - ┌───────────────────┬────────────────────┐ - │ RECORD ID │ RECORD NAME │ - ├───────────────────┴────────────────────┤ - │ {% for record in records %} │ - ├───────────────────┬────────────────────┤ - │ {{ record.id }} │ {{ record.name }} │ - ├───────────────────┴────────────────────┤ - │ {% endfor %} │ - └────────────────────────────────────────┘ -``` +![alt tag](https://github.com/christopher-ramirez/secretary/blob/development/docs/images/table_01.png) **Conditional paragraphs** ```jinja