Configuration
Configuration keys for the Solar_Markdown
class.
tab_width
(int) Number of spaces per tab. Default 4.
Default:
4
tidy
(bool|array) If empty/false/null, do not use Tidy to post-process the transformed output. If true or a non-empty array, is a set of config options to pass to Tidy when rendering output. See also » http://php.net/tidy. Default false.
Default:
false
plugins
(array) An array of plugins for the parser to use, in order.
Default:
array ( 0 => 'Solar_Markdown_Plugin_Prefilter', 1 => 'Solar_Markdown_Plugin_StripLinkDefs', 2 => 'Solar_Markdown_Plugin_Header', 3 => 'Solar_Markdown_Plugin_HorizRule', 4 => 'Solar_Markdown_Plugin_List', 5 => 'Solar_Markdown_Plugin_CodeBlock', 6 => 'Solar_Markdown_Plugin_BlockQuote', 7 => 'Solar_Markdown_Plugin_Html', 8 => 'Solar_Markdown_Plugin_Paragraph', 9 => 'Solar_Markdown_Plugin_CodeSpan', 10 => 'Solar_Markdown_Plugin_Image', 11 => 'Solar_Markdown_Plugin_Link', 12 => 'Solar_Markdown_Plugin_Uri', 13 => 'Solar_Markdown_Plugin_Encode', 14 => 'Solar_Markdown_Plugin_AmpsAngles', 15 => 'Solar_Markdown_Plugin_EmStrong', 16 => 'Solar_Markdown_Plugin_Break', )