Markdown ​
- Type
- Class
- Namespace
- craft\helpers
- Inherits
- craft\helpers\Markdown » yii\helpers\Markdown » yii\helpers\BaseMarkdown
- Since
- 5.10.0
Class MailerHelper
Public Properties ​
| Property | Description |
|---|---|
| defaultFlavor | string – The markdown flavor to use when none is specified explicitly. |
| flavors | array – A map of markdown flavor names to corresponding parser class configurations. |
Public Methods ​
| Method | Description |
|---|---|
| process() | Converts markdown into HTML. |
| processParagraph() | Converts markdown into HTML but only parses inline elements. |
Protected Methods ​
| Method | Description |
|---|---|
| getParser() |
getParser() ​
Arguments ​
$flavor