Skip to article frontmatterSkip to article content

it seems that not all markdown construction play well when put in an admonition title

each time we try the same admonition with backticks, and then with colons

code in the title



the code below breaks it very hard, I keep for next time I want to try it, but for now it is too disruptive

````{admonition} the title has `some code`

and the admonition is made with backticks - not working in jlab, and not in jbook either

````


italics in the title



likewise

````{admonition} the title has *italics*`

and the admonition is made with backticks - not working in jlab, and not in jbook either

````