You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot raise a question in markdown-it-py so I put my question here, hope here is the right place.
I am new for JupyterBook/MyST/markdown-it-py. Currently I am able to create a custom markdown-it-py render by following the demo code at render. However I don't know how to make this custom render to jupyter notebook default behavior. i.e. I can get the expected rendered HTML (an iframe as the demo code implemented) by running below in a python cell
However, in a normal markdown cell, the same markdown code is still rendered as an image
![](https://www.vimeo.com/123)
I have installed jupytext, myst-nb, jupyterlab-myst, and started my jupyterlab as an editor tool. My goal is to add a custom markdown syntax to my owned jupyter notebook server (no plan to publish it before I fully understand the MyST).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I cannot raise a question in markdown-it-py so I put my question here, hope here is the right place.
I am new for JupyterBook/MyST/
markdown-it-py
. Currently I am able to create a custom markdown-it-py render by following the demo code at render. However I don't know how to make this custom render to jupyter notebook default behavior. i.e. I can get the expected rendered HTML (an iframe as the demo code implemented) by running below in a python cellHowever, in a normal markdown cell, the same markdown code is still rendered as an image
I have installed
jupytext
,myst-nb
,jupyterlab-myst
, and started my jupyterlab as an editor tool. My goal is to add a custom markdown syntax to my owned jupyter notebook server (no plan to publish it before I fully understand the MyST).Any suggestion is welcome and thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions