1 = Serialisers = 2 3 Serialisers convert page content, producing output in a particular format. 4 The following serialisers are currently supported: 5 6 {{{#!table 7 '''Name''' || '''Format''' || '''Details''' 8 == 9 `html` 10 || HTML markup format 11 || Without a [[Themes|theme]] applied to the output, only a document fragment 12 .. is produced; otherwise, a complete document should be produced 13 == 14 `moin` 15 || [[MoinSyntax|Moin]] markup format 16 || The output should correspond to the input provided to the 17 .. [[Parsers|parser]] 18 }}} 19 20 Within each serialiser's package, parser-specific modules handle the document 21 nodes created by each different [[Parsers|parser]].