All Classes

Class
Description
A fast String writer that does not synchronize.
A filter that converts Markdown to HTML, but adding GitHub Flavored Markdown.
Escapes a plain text so it can be safely used in HTML.
A simple filter that keeps the text unchanged.
Analyzes internal and external links.
A filter that detects links in a text, and creates an HTML <a> tag around each link.
A filter that converts Markdown to HTML.
A filter that detects HTML hyperlinks, and adds a rel="nofollow" attribute.
A filter that normalizes EOL markers.
A filter that detects paragraphs and surrounds them with a HTML &lt;p> container.
A filter that simplifies a HTML text.
A filter that detects smily sequences, and replaces them with an image.
A filter that strips HTML markup from a text.
A text filter modifies a text in a defined manner.
A filter that converts Textile markup to HTML.