You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Jupyter's Markdown renderer doesn't support !!! admonitions. If you enter the same thing in a markdown cell in the notebook it also doesn't work for me.
I think the root problem here is that !!! doesn't seem to be standard Markdown; it seems Julia-specific.
Admonitions in a docstring like
!!! note
don't seem to be rendered in the Jupyter Notebook (see screen shot)In the REPL and Juno, this example is rendered correctly.
My system:
The text was updated successfully, but these errors were encountered: