Skip to content

Commit ca775dc

Browse files
committed
Add list of supported tags
1 parent 6193fed commit ca775dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
4848

4949
See `examples` for more usage patterns!
5050

51+
### Supported Tags
52+
53+
| Tag | Usage |
54+
| ------------------------ | ------------ |
55+
| `[b]bold[/b]` | Bold text |
56+
| `[i]italic[/i]` | Italic text |
57+
| `[c=#ff00ff]colored[/c]` | Colored text |
58+
5159
## License
5260

5361
This project is licensed under the terms of the [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE) license at your choice.

0 commit comments

Comments
 (0)