= Serialisers =

Serialisers convert page content, producing output in a particular format.
The following serialisers are currently supported:

{{{#!table
'''Name''' || '''Format''' || '''Details'''
==
`html`
|| HTML markup format
|| Without a [[Themes|theme]] applied to the output, only a document fragment
.. is produced; otherwise, a complete document should be produced
==
`mediawiki`
|| MediaWiki markup format
|| This is an experimental output format
==
`moin`
|| [[MoinSyntax|Moin]] markup format
|| The output should correspond to the input provided to the
.. [[Parsers|parser]]
}}}

Within each serialiser's package, parser-specific modules handle the document
nodes created by each different [[Parsers|parser]].
