Safe Haskell | None |
---|---|
Language | Haskell2010 |
A renderer that produces a native Haskell String
, mostly meant for
debugging purposes.
Synopsis
- fromChoiceString :: ChoiceString -> String -> String
- renderMarkup :: Markup -> String
- renderHtml :: Markup -> String
Documentation
:: ChoiceString | String to render |
-> String | String to append |
-> String | Resulting string |
Render a ChoiceString
.
renderHtml :: Markup -> String Source #
Deprecated: Use renderHtml from Text.Blaze.Html.Renderer.String instead