diff options
-rw-r--r-- | src/Text/Pandoc/Readers/HTML.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/HTML.hs b/src/Text/Pandoc/Readers/HTML.hs index c5abe0e15..697a3aa9d 100644 --- a/src/Text/Pandoc/Readers/HTML.hs +++ b/src/Text/Pandoc/Readers/HTML.hs @@ -652,7 +652,7 @@ inline = choice , pLink , pImage , pCode - , pCodeWithClass [(T.pack "samp","sample"),(T.pack "var","variable")] + , pCodeWithClass [("samp","sample"),("var","variable")] , pSpan , pMath False , pScriptMath |