Text.Upskirt.Renderers.Xhtml
- renderHtml :: ByteString -> Extensions -> XhtmlRenderMode -> ByteString
- noXhtmlModes :: XhtmlRenderMode
- allXhtmlModes :: XhtmlRenderMode
- smartypants :: ByteString -> ByteString
- data XhtmlRenderMode = XhtmlRenderMode {}
Documentation
renderHtml :: ByteString -> Extensions -> XhtmlRenderMode -> ByteStringSource
Parses a ByteString containing the markdown, returns the Xhtml
code.
noXhtmlModes :: XhtmlRenderModeSource
All the XhtmlRenderMode disabled
allXhtmlModes :: XhtmlRenderModeSource
All the XhtmlRenderMode enabled
smartypants :: ByteString -> ByteStringSource
Converts punctuation in Html entities, http://daringfireball.net/projects/smartypants/
data XhtmlRenderMode Source
Constructors
| XhtmlRenderMode | |
Fields
| |
Instances
| Flag XhtmlRenderMode |