How do I convert Jupyter Book document using MyST style markdown to qmd? #12247
Unanswered
psychemedia
asked this question in
Q&A
Replies: 1 comment 5 replies
-
There are no way in Quarto for that. So you'll have to come up with a script to do that or look for one in the wild. Note that you'll unlikely find something that does Myst to Quarto (at least not all the custom elements that Quarto brings) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
What is the best way to convert MyST style markdown to qmd? I appreciate round tripping may not be 100% possible, but being able to convert admonition blocks in a natural way, preserve cell tags etc, map figures, etc, should be possible.
Beta Was this translation helpful? Give feedback.
All reactions