MessageFormatter not properly handling nested color tags
Open
core
- Dominant language
- Java
- Stars
- 628
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
## What is observed
When formatting a message, nested color tags are not formatted, only the "parent" tags.
ex: `foobarbaz` would result in:

## What is expected
All tags, including nested ones, are converted.
ex: `foobarbaz` would result in:

Contributor guide
Assessment
This issue has not been assessed yet.