I'm working with a block of text that's rendered from an API. Within this text, certain portions are enclosed between asterisks (...). I want to make only the text between these asterisks appear in blue, while keeping the rest of the text in its default color.
Since I cannot manually wrap or modify individual parts of the text due to its structure and the way it's received from the API, how can I dynamically style just the portions between the asterisks to be blue in Toddle?