Hi all,
I’d like to use the pymdownx.details extension to create collapsible Admonition blocks in my julia docs. I’m currently using Julia 0.6 and Documenter.jl to generate the markdown files and am building docs with mkdocs.
This is the sort of docs string I’m writing:
"""
...
??? note
Expand!
...
"""
However, the markdown gets generated like ??? note Expand!
, all on a single line, and mkdocs doesn’t generate the Details properly.
Has anyone gotten Admonition + Details blocs to render properly in their Julia docs?
Thanks