Text.Html.Nice.Writer

The markup monad

data Markup p a

Basic node types

text

lazyText

builder

string

doctype_

Variants that don't escape their input

textRaw

lazyTextRaw

builderRaw

stringRaw

Combinators

class AddAttr a t

(!)

dynamic

dynamicRaw

using

sub

mapP

Streaming

stream

Noting specific elements

data Note a

note

Compilation

compile

runMarkup

Internals

makeElement

makeVoidElement