Changed
- The documentation illustrates how the
cell_markersoption (and the other ones) can be set directly in thejupytext.tomlconfig file (#809). - The dependency on
mdit-py-pluginsthroughmarkdown-it-py[plugins]was made explicit (#814)
Fixed
- System assigns of the form
var = !cmdare commented out (#816) - Fixed an
InconsistentPathissue with notebooks paired with scripts in a folder. The prefix in the Jupytext formats always use /, while paths might use either / or \ (#806) - Tests that cannot succeed are skipped when either the Jupytext folder is not a git repository, when
sphinx-galleryis too recent, or whenpandocis not up-to-date (#814) - Removed the mention of '--update' in 'jupytext --pipe' since outputs are preserved already