Skip to content

Version 1.11.2

Compare
Choose a tag to compare
@mwouts mwouts released this 02 May 18:07
ee468c8

Changed

  • Jupytext's dependency markdown-it-py is now in v1 (#769)
  • The optional argument fmt in jupytext.reads now has the default value None - 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 like lines_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)