You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are more than one block quotes in a myst.md file then jupytext (via markdown-it-py) causes
File "anaconda3/envs/qe-lectures/lib/python3.8/site-packages/markdown_it/rules_block/state_block.py", line 134, in skipEmptyLines
if (self.bMarks[from_pos] + self.tShift[from_pos]) < self.eMarks[from_pos]:
IndexError: list index out of range
To Reproduce
A minimal Example
---jupytext:
text_representation:
extension: .mdformat_name: mystkernelspec:
display_name: Python 3language: pythonname: python3---# Simple Example> A Block Quote
some text
> Another Block Quote
and then run jupytext f<ile.md> --to ipynb
Expected behavior
Notebook output with a single cell containing markdown and two block-quotes