diff --git a/Text/LaTeX/Guide/Auto.hs b/Text/LaTeX/Guide/Auto.hs
--- a/Text/LaTeX/Guide/Auto.hs
+++ b/Text/LaTeX/Guide/Auto.hs
@@ -7,4 +7,4 @@
 
 -- | The version of the guide. Based on the version of the package.
 guideVersion :: Version
-guideVersion = Version [1,3,0,1] []
+guideVersion = Version [1,3,1,0] []
diff --git a/Text/LaTeX/Guide/Backend/Wiki.hs b/Text/LaTeX/Guide/Backend/Wiki.hs
--- a/Text/LaTeX/Guide/Backend/Wiki.hs
+++ b/Text/LaTeX/Guide/Backend/Wiki.hs
@@ -44,7 +44,7 @@
   in  d <> syntaxWiki s <> d
 syntaxWiki (Code b t) =
   let f = tag $ if b then "hask" else "haskell"
-  in  text $ f t
+  in  (text $ f t) <> (if b then mempty else text "\n\n")
 syntaxWiki (URL t) = text t
 -- Images no supported.
 syntaxWiki (IMG _) = mempty
diff --git a/hatex-guide.cabal b/hatex-guide.cabal
--- a/hatex-guide.cabal
+++ b/hatex-guide.cabal
@@ -1,5 +1,5 @@
 Name: hatex-guide
-Version: 1.3.0.1
+Version: 1.3.1.0
 Author: Daniel Díaz
 Build-type: Custom
 Category: LaTeX
@@ -32,7 +32,7 @@
 
 Library
   Build-depends: base == 4.*
-               , HaTeX >= 3.7.0.0 && < 3.11.0.0
+               , HaTeX >= 3.7.0.0
                , text >= 0.11 && < 2
                , filepath >= 1.1.0.0 && < 1.4
                , parsec >= 3.1.2 && < 3.2
