mystmd
mystmd copied to clipboard
Complete ipynb export support
Hi,
I am trying to complete the feature in #1882. And building my first PR on top of it. I tried to add the ipynb writer by visiting the blocks and merging all the markdown blocks to a single cell until a code cell appears. Please review the PR.
I have a small question:
How do I test it using a CLI locally for a single file? I currently do npm run test from myst-to-ipynb directory. Is there a way I can test some ast.yml or .md file to ipynb?
I am sorry if this is a very newbie question and documented somewhere.