jupyterlab myst extension: Render Markup from eval directives #1080
Unanswered
markuswissinger
asked this question in
Ideas
Replies: 2 comments 5 replies
-
This is possible if you wrap the text with a display object! e.g. from IPython.display import Markdown
text_with_markup = Markdown("the **bold** face") |
Beta Was this translation helpful? Give feedback.
2 replies
-
Really appreciate your help. I tried the Markdown class some more. The results are somewhat unexpected. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to have a way for the jupyterlab myst extension to render markup from eval directives. This would allow to create more content dynamically.
Observed behaviour, kind of a minimal example:
The markup is not interpreted, the * characters are printed as plain text.
Beta Was this translation helpful? Give feedback.
All reactions