Name |
Description |
HyperlinkFilter |
Defines a filter which optionally auto-links URLs in literals |
NullHtmlFilter |
|
SafeHtmlFilter |
HtmlFilter which allows only safe tags/attributes/styles |
StrictHtmlFilter |
HtmlFilter which allows only simple tags/attributes |
StripHtmlFilter |
HtmlFilter which strips all tags from the input |
UnsafeHtmlFilter |
HtmlFilter which allows all tags/attributes/styles/URLs. Useful for cleansing potentially broken markup or just applying auto-linking and work-breaking. |
WordBreakFilter |
Defines a literal filter which optionally breaks words at a certain length |