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:
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]