We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6193fed commit ca775dcCopy full SHA for ca775dc
README.md
@@ -48,6 +48,14 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
48
49
See `examples` for more usage patterns!
50
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
59
## License
60
61
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