37 lines
581 B
Markdown
37 lines
581 B
Markdown
|
---
|
||
|
title: textParseModeMarkdown
|
||
|
description: Text should be parsed in markdown-style way
|
||
|
---
|
||
|
## Constructor: textParseModeMarkdown
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Text should be parsed in markdown-style way
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [TextParseMode](../types/TextParseMode.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$textParseModeMarkdown = ['_' => 'textParseModeMarkdown', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
textParseModeMarkdown={_='textParseModeMarkdown', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|