hmarkup-3000.0.1: Simple wikitext-like markup format implementation.

Text.HMarkup

Synopsis

Documentation

data MarkupXHtmlPrefs m Source

Constructors

MarkupXHtmlPrefs 

Fields

markupFormats :: [MarkupXHtmlFormat m]
 
markupBaseURI :: Maybe URI

If set, all relative URIs will be resolved with this as a base.

markupToHtmlSource

Arguments

:: Monad m 
=> MarkupXHtmlPrefs m 
-> String 
-> m (Either String Html)

An error message or an HTML document.

Parse some markup and format it as HTML.