admonitions inside code annotations? #3903
-
Hi, I am running 4.15.0 insiders and wondering if it is possible to use
admonition inside code annotation after some regular text without resorting to html? the example I am trying to make to work: ```yaml test: val: 2 # (1)! ``` 1. some text !!!note test note |
Beta Was this translation helpful? Give feedback.
Answered by
UltraInstinct05
May 9, 2022
Replies: 1 comment 3 replies
-
Seems to work just fine for me on the latest version of |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hellt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems to work just fine for me on the latest version of
mkdocs-material
public version. Just use admonitions like you normally would inside code annotation numbers.