Unity_Learn/Library/PackageCache/com.unity.ugui@754dbde2be27/Documentation~/TextMeshPro/RichTextNoParse.md
2025-09-04 16:57:16 +09:00

15 lines
369 B
Markdown

# Noparse
The `<noparse>` tag creates a scope that TextMesh Pro does not parse.
This is useful for rendering text that TextMesh Pro normally interprets as a rich text tag, without disabling rich text tags.
**Example:**
```
Use <noparse><b></noparse> for <b>bold</b> text.
```
![Example image](../images/TMP_RichTextNoParse.png)<br/>
_Prevent parsing of some tags_