In Pluto.jl, is there any way to create colored Markdown “tips” or “notes”, as shown in Julia’s Markdown Documentation? I think I’ve seen some Pluto notebooks on course channels on YouTube (mainly MIT courses), but I’m not sure how to do this. When I write md"!!! note Note text goes here"
, no colored output is shown. When I write…
md"""
!!! note
Note text goes here.
"""
I see a colored Markdown section with the header “note”, but “Note text goes here” is printed below the section.