i.e. implement an extension in markdown-it-py to encapsulate something like pandoc fenced divs ``` :::{note} my note ::: ``` or suggested in jupyter https://github.com/jupyter/notebook/issues/1292#issuecomment-477152896 ``` !!! note This is a note. ``` Then render it here
i.e. implement an extension in markdown-it-py to encapsulate something like pandoc fenced divs
or suggested in jupyter jupyter/notebook#1292 (comment)
Then render it here