MIF_E31211846/Library/PackageCache/com.unity.ugui@2.0.0/Documentation~/TextMeshPro/RichTextNoParse.md

353 B

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.


Prevent parsing of some tags