A widely used mkdocs plugin is introducing admonitions. I have a lot of code examples in expandable admonitions, like so:
??? quote
```python
x = 1
Using this syntax, the code blocks are not tested.
I believe this is because `markdown_it` does not recognize it. There should be a plugin available for `markdown_it` which introduces this syntax so it can be parsed correctly. Maybe there could be a configuration option to add plugins to `markdown_it`?
A widely used
mkdocs
plugin is introducing admonitions. I have a lot of code examples in expandable admonitions, like so: