Changed
- Jupytext's dependency markdown-it-py is now in v1 (#769)
- The optional argument
fmtinjupytext.readsnow has the default valueNone- thanks to Yuvi Panda (#763)
Fixed
- All text files are opened with an explicit
utf-8encoding (#770) - Previously
--pipe blackwas not always putting two blank lines between functions. To fix that we load the internal Jupytext
cell metadata likelines_to_next_cellfrom the text file rather than ipynb (#761) - The timestamp of the source file is not updated any more when the destination file is not in the pair (#765, #767)
Added
- A new test documents when the
ipython3pygment lexer appears in MyST Markdown files (#759)