diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # ChangeLog for file-embed
 
+## 0.0.11.2
+
+* Haddock markup fix
+
 ## 0.0.11.1
 
 * Support GHC 8.10
diff --git a/Data/FileEmbed.hs b/Data/FileEmbed.hs
--- a/Data/FileEmbed.hs
+++ b/Data/FileEmbed.hs
@@ -369,9 +369,7 @@
 -- finds the first parent directory with a .cabal file, and uses that as the
 -- root directory for fixing the relative path.
 --
--- @@@
--- $(makeRelativeToProject "data/foo.txt" >>= embedFile)
--- @@@
+-- @$(makeRelativeToProject "data/foo.txt" >>= embedFile)@
 --
 -- @since 0.0.10
 makeRelativeToProject :: FilePath -> Q FilePath
diff --git a/file-embed.cabal b/file-embed.cabal
--- a/file-embed.cabal
+++ b/file-embed.cabal
@@ -1,5 +1,5 @@
 name:            file-embed
-version:         0.0.11.1
+version:         0.0.11.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
