úΧ  Safe-Infered      Safe-InferedURL, title, content URL, title, content   Safe-InferedA newtype wrapper providing a ToHtml instance. 9A settings type providing various configuration options. See  +http://www.yesodweb.com/book/settings-types for more information on ) settings types. In general, you can use def. IWhether to automatically apply XSS protection to embedded HTML. Default: True. 4Convert the given textual markdown content to HTML. :set -XOverloadedStrings$import Text.Blaze.Html.Renderer.Text*renderHtml $ markdown def "# Hello World!""<h1>Hello World!</h1>"SrenderHtml $ markdown def { msXssProtect = False } "<script>alert('evil')</script>" "<script>alert('evil')</script>"      !"#$markdown-0.1.0.1 Text.MarkdownText.Markdown.BlockText.Markdown.Inlinedata-default-0.5.0 Data.DefaultdefMarkdownMarkdownSettings msXssProtectmarkdownBlock BlockHeading BlockRule BlockHtml BlockQuote BlockCode BlockList BlockParaListType UnorderedOrderedtoBlocks$fFunctorBlock InlineImage InlineLinkInline InlineHtml InlineCode InlineBold InlineItalic InlineTexttoInline inlineParser$fToMarkupMarkdown$fDefaultMarkdownSettings