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