GitHub flavoured markdown -> note blocks

GitHub’s markdown allow for nice section blocks for notes, warning, info, caution etc. using the markdown syntax

> [!NOTE]
> Here's a note

To render as:

image

Is this feature coming to streamlit? Are there any suggestions for achieving similar in the mean time?

I’ve used:

> :blue-background[:exclamation: Note]
> :blue-background[Here's a note]