]> git.donarmstrong.com Git - don.git/blobdiff - posts/biblatex_gi_style.mdwn
switch to using [[!format
[don.git] / posts / biblatex_gi_style.mdwn
index 0c8c5fa88f6ee6298645efd7ee0368dd3dd213f6..5aa88df87e422522004ff51919927a356f2870f8 100644 (file)
@@ -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]]