Closed
Description
This problem was first revealed by jupyter-book/jupyter-book#283
There, we start from a .md
file, convert it to a Jupyter Notebook, and then convert it back to a .md
file using jupyter nbconvert
.
Following this operation, the code cells in the Markdown document that don't have an explicit language are converted to raw cells by Jupytext, and therefore the formatting of those code extracts is lost when jupyter nbconvert
converts the document back to Markdown.
Metadata
Assignees
Labels
No labels
Activity