[[PageOutline(2-5,Contents,pullout)]]
= Display inline sanitized XHTML markup
== Description
This plugin returns raw, inline XHTML markup that has been validated and sanitized.
=== Validation
Markup that doesn't follow these requirements will be rejected with an error message:
* Elements must be [WikiPedia:Well-formed_element well-formed].
* Tags and attribute names must be in lowercase, attribute values are required and must be enclosed in quotes.
* Empty elements must be self-closing with a space before the forward slash, e.g.
.
=== Sanitization
Dangerous constructs such as