Previous Class
Solar_Markdown_Plugin_HorizRule

Solar_Markdown_Plugin_Html
Overview

Next Page
Constants

Solar_Markdown_Plugin_Html

Block plugin to save literal blocks of HTML.

Catalog

This class is part of the Solar_Markdown package.

Inheritance:

Constants

None.

Public Properties

The Solar_Markdown_Plugin_Html class has no public properties; try the list of all properties.

Public Methods

These are all the public methods in the Solar_Markdown_Plugin_Html class.

You can also view the list of all public, protected, and private methods.

__construct()
Constructor.
__destruct()
Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
apiVersion()
Reports the API version for this class.
cleanup()
When cleaning up after parsing, replace all HTML tokens with their saved blocks.
dump()
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
getChars()
Get the list of characters this plugin uses for parsing.
isBlock()
Is this a block-level plugin?
isCleanup()
Run this plugin during the "cleanup" phase?
isPrepare()
Run this plugin during the "prepare" phase?
isSpan()
Is this a span-level plugin?
locale()
Looks up class-specific locale strings based on a key.
parse()
Removes HTML blocks and replaces with delimited tokens.
prepare()
When preparing text for parsing, remove pre-existing HTML blocks.
reset()
Resets this plugin to its original state (for multiple parsings).
setMarkdown()
Sets the "parent" Markdown object.