Changed
- We have updated the GitHub workflows - thanks to Matthew Feickert and to Cristian Le for their help on this subject (#1037)
- We have removed the upper bound on
markdown-it-py<3
. Now we test Jupytext withmarkdown-it-py
in versions2.x
and3.x
on the CI (#1075)
Fixed
- Notebooks with an empty YAML header work (#1070)
- Double quote strings in R Markdown options can contain single quotes (#1079)
- The necessary directories are created when paired notebooks are moved to a sub-folder (#1059)
- Commented quotes are recognized as such (#1060)
- Jupytext can use either
pkg_resources
orpackaging
to parse version numbers (#1085)