Solar_Markdown

Classes in the Solar_Markdown package:

Solar_Markdown

Plugin-aware text-to-XHTML converter based on Markdown.

Solar_Markdown_Plugin

Abstract class for Markdown plugins.

Solar_Markdown_Plugin_AmpsAngles

Span class to convert ampersands and less-than angle brackets to their HTML entity equivalents.

Solar_Markdown_Plugin_BlockQuote

Block plugin to convert email-style blockquotes to <blockquote> tags.

Solar_Markdown_Plugin_Break

Span plugin to add <br /> tags to each line ending with two or more spaces.

Solar_Markdown_Plugin_CodeBlock

Block plugin to changes indented text to <pre><code>...</code></pre> blocks.

Solar_Markdown_Plugin_CodeSpan

Span plugin to change `text` to <code>text</code>.

Solar_Markdown_Plugin_EmStrong

Span plugin to insert emphasis and strong tags.

Solar_Markdown_Plugin_Encode

Span plugin to encode backslashed Markdown characters.

Solar_Markdown_Plugin_Header

Block plugin to convert Markdown headers into XHTML headers.

Solar_Markdown_Plugin_HorizRule

Block plugin to add horizontal rule tags.

Solar_Markdown_Plugin_Html

Block plugin to save literal blocks of HTML.

Solar_Markdown_Plugin_Image

Span plugin to place image tags.

Solar_Markdown_Plugin_Link

Span plugin for Markdown anchor shortcuts.

Solar_Markdown_Plugin_List

Block plugin to create ordered and unordered lists.

Solar_Markdown_Plugin_Paragraph

Block plugin to form paragraphs of text with 2 newlines around it.

Solar_Markdown_Plugin_Prefilter

Pre-filters source text in the preparation phase.

Solar_Markdown_Plugin_StripLinkDefs

Strips named-link definitions in the preparation phase.

Solar_Markdown_Plugin_Uri

Span plugin to create anchors from inline URIs.



Local