What gets converted
- Markdown cells pass through as Markdown, so headings, lists, links, and tables keep their formatting.
- Code cells become fenced code blocks, labelled with the notebook's language (Python, R, Julia, and so on).
- Outputs are included below their cell: printed text and results as code blocks, plots and images inline, and error tracebacks as plain text (terminal color codes are stripped).
- Pasted images in markdown cells (notebook attachments) are embedded inline.