" $ "
hello
{-# LANGUAGE OverloadedStrings #-} module Tests.Readers.HTML (tests) where import Data.Text (Text) import Test.Tasty import Tests.Helpers import Text.Pandoc import Text.Pandoc.Arbitrary () import Text.Pandoc.Builder html :: Text -> Pandoc html = purely $ readHtml def htmlNativeDivs :: Text -> Pandoc htmlNativeDivs = purely $ readHtml def { readerExtensions = enableExtension Ext_native_divs $ readerExtensions def } tests :: [TestTree] tests = [ testGroup "base tag" [ test html "simple" $ "
" $ "
hello