test
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Bold and Italic
|
||||
|
||||
You can apply bold and italic styling to your text with the `<b>` and `<i>` tags respectively. The [font Asset](FontAssetsProperties.md) defines how bold and italicized text looks when rendered.
|
||||
|
||||
The closing `</b>` and `</i>` tags revert to the text's normal appearance.
|
||||
|
||||
**Example:**
|
||||
|
||||
```
|
||||
The <i>quick brown fox</i> jumps over the <b>lazy dog</b>.
|
||||
```
|
||||
|
||||
<br/>
|
||||
_Bold and italic._
|
Reference in New Issue
Block a user