Improvements
- Raw cells are now encoded using HTML comments (
<!-- #raw -->and<!-- #endraw -->) in Markdown files. And code blocks from Markdown files, when they don't have an explicit language, are displayed as Markdown cells in Jupyter (#321) - Markdown and raw cells can use multiline comments in the
py:percentformat (#305) jupytext notebook.py --to ipynbupdates the timestamp ofnotebook.pyso that the paired notebook still works in Jupyter (#335, #254)
BugFixes