-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ UPDATE: markdown-it-py to v1 #769
Conversation
Hi @chrisjsewell 👋 , thanks for the update, I'll be happy to take this in the next release! I was planning to work on version 1.11.2 soon (or maybe 1.12.0, since there will be quite a few (small) updates)
Just to double check, you mean we don't need to increase the version number for the MyST format? ( |
Heya 👋, cheers
Well this should not affect at all how MyST Notebooks are converted to Jupyter Notebooks, so in that respect I'd say no. FYI, I've got a sneaky package to fix my short term circular-dependency issues for myst development https://pypi.org/project/jupytext-ebp/ 😉 |
No other effect as changing the
Oh I guess you would appreciate a faster release? If you need that I'll be happy to ship your change first. What is the circular dependency issue precisely? |
So if we do change the version here, notebooks with older versions will still work fine? Thats the thing I just wanted to check.
Oh its mainly just for development: markdown-it-py's documentation is created with myst-nb, which has the dependency chain: markdown-it-py -> myst-parser -> myst-nb, and then myst-nb also has a test dependency on jupytext, see: executablebooks/MyST-NB#320 |
Hi @chrisjsewell , sorry for the delay, I'll try to get the new version done by the end of the week-end :)
Well the format version can be useful at the time of converting the text notebook to ipynb, like we do here: jupytext/jupytext/cell_reader.py Lines 232 to 240 in be5f4aa
However any document will be saved in the current version, so if you decide to upgrade the version to 0.14 then every |
Merged at #773 |
Shouldn't actually change anything specific for jupytext, see: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md