From 4099a5e67ee48c3b511a607051b8c7f02af94f93 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Thu, 9 Jan 2014 17:05:42 -0800
Subject: [PATCH] switch to using [[!format

---
 posts/biblatex_gi_style.mdwn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/posts/biblatex_gi_style.mdwn b/posts/biblatex_gi_style.mdwn
index 0c8c5fa..5aa88df 100644
--- a/posts/biblatex_gi_style.mdwn
+++ b/posts/biblatex_gi_style.mdwn
@@ -6,7 +6,7 @@ Here's a biblatex format for
 
 The following code in the preamble does almost all of the hard lifting:
 
-```latex
+[[!format latex """
 \usepackage[backend=biber,hyperref=true,doi=true,url=false,isbn=false,maxbibnames=6,minbibnames=6,sorting=none,firstinits=true,terseinits=true,autocite=inline,style=numeric-comp]{biblatex}
 \renewbibmacro{in:}{%
   \ifentrytype{article}{}{%
@@ -86,6 +86,6 @@ The following code in the preamble does almost all of the hard lifting:
   \printlist{publisher}%
   }%
   \newunit}
-```
+"""]]
 
 [[!tag latex tech biblatex]]
-- 
2.39.5