Skip to content

Markdown ​

Type
Class
Namespace
craft\helpers
Inherits
craft\helpers\Markdown » yii\helpers\Markdown » yii\helpers\BaseMarkdown
Since
5.10.0

Class MailerHelper

View source

Public Properties ​

PropertyDescription
defaultFlavorstring – The markdown flavor to use when none is specified explicitly.
flavorsarray – A map of markdown flavor names to corresponding parser class configurations.

Public Methods ​

MethodDescription
process()Converts markdown into HTML.
processParagraph()Converts markdown into HTML but only parses inline elements.

Protected Methods ​

MethodDescription
getParser()

getParser() ​

View source

Arguments ​

  • $flavor