Markdown/Parsedown extra lightweight markup language by Emanuil Rusev. Based on Markdown by John Gruber.
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the TextformatterMarkdownExtra
class also inherits all the methods and properties of: Textformatter, WireData and Wire.
Common
Name | Return | Summary | |
---|
TextformatterMarkdownExtra::flavor | int | Markdown flavor (see flavor constants) | |
TextformatterMarkdownExtra::format() TextformatterMarkdownExtra::format($str) TextformatterMarkdownExtra::format($str) | (nothing) | Format the given text string, outside of specific Page or Field context. | |
TextformatterMarkdownExtra::formatValue() TextformatterMarkdownExtra::formatValue($page, $field, $value) TextformatterMarkdownExtra::formatValue($page, $field, $value) | (nothing) | Format the given text string with Page and Field provided. | |
TextformatterMarkdownExtra::getParsedown() TextformatterMarkdownExtra::getParsedown() TextformatterMarkdownExtra::getParsedown($flavor = null) | ParsedownExtra \Parsedown | @param int|null $flavor | |
TextformatterMarkdownExtra::markdown() TextformatterMarkdownExtra::markdown($str) TextformatterMarkdownExtra::markdown($str, $flavor = null, $safeMode = null) | string | Given a string, return a version processed with markdown | |
TextformatterMarkdownExtra::markdownExtensions() TextformatterMarkdownExtra::markdownExtensions(string $str) TextformatterMarkdownExtra::markdownExtensions(string $str) | (nothing) | A few RCD extentions to MarkDown syntax, to be executed after Markdown has already had it's way with the text | |
TextformatterMarkdownExtra::markdownSafe() TextformatterMarkdownExtra::markdownSafe($str) TextformatterMarkdownExtra::markdownSafe($str, int $flavor = 0) | string | Given a string, return a version processed with markdown in safe mode | |
TextformatterMarkdownExtra::safeMode() TextformatterMarkdownExtra::safeMode() TextformatterMarkdownExtra::safeMode($safeMode = null) | bool | Get or set safe mode Can also be used as property: TextformatterMarkdownExtra::safeMode | |
Additional methods and properties
In addition to the methods and properties above, TextformatterMarkdownExtra also inherits the methods and properties of these classes:
API reference based on ProcessWire core version 3.0.236