Markdown invented 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::format() TextformatterMarkdownExtra::format($str) TextformatterMarkdownExtra::format($str) | None | | |
TextformatterMarkdownExtra::formatValue() TextformatterMarkdownExtra::formatValue($page, $field, $value) TextformatterMarkdownExtra::formatValue($page, $field, $value) | None | | |
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) | None | 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 | |
Properties
Name | Return | Summary | |
---|
TextformatterMarkdownExtra::flavor | int | Markdown flavor (see flavor constants) | |
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.251