Changed
- Jupytext's dependency markdown-it-py is now in v1 (#769)
- The optional argument
fmt
injupytext.reads
now has the default valueNone
- thanks to Yuvi Panda (#763)
Fixed
- All text files are opened with an explicit
utf-8
encoding (#770) - Previously
--pipe black
was not always putting two blank lines between functions. To fix that we load the internal Jupytext
cell metadata likelines_to_next_cell
from 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
ipython3
pygment lexer appears in MyST Markdown files (#759)