We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a jupytext markdown file, opened as a notebook, the cell:
will be not be parsed correctly upon opening the md file again:
Here is the markdown file:
--- jupyter: jupytext: text_representation: extension: .md format_name: markdown format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python [conda env:hardnet] language: python name: conda-env-hardnet-py --- ```python readme = """ above ```python x = 2 ``` below """ ```
The text was updated successfully, but these errors were encountered:
Interesting! Thanks @rsokl for spotting this. I'll have a look soon.
Sorry, something went wrong.
56eacfa
Backward compatibility with #419
ae5ea4d
47bc33d
ecc9d0a
No branches or pull requests
In a jupytext markdown file, opened as a notebook, the cell:
will be not be parsed correctly upon opening the md file again:
Here is the markdown file:
The text was updated successfully, but these errors were encountered: