From f3029e754af9521b6bb50770f030033dad39d096 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 4 Nov 2012 12:35:00 +0100 Subject: [PATCH] Testing highlight --- posts/Silly_django_confusion.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/posts/Silly_django_confusion.mdwn b/posts/Silly_django_confusion.mdwn index 3939fdb..39ad00b 100644 --- a/posts/Silly_django_confusion.mdwn +++ b/posts/Silly_django_confusion.mdwn @@ -6,6 +6,10 @@ was going to import into a fresh new database to test with. When I imported it everything seemed fine, except when looking at the actual page. So this is what I found: +[[!format sql """ +SELECT * FROM app_table; +"""]] +
SELECT * FROM app_table;
     => 3 rows of data