Introduction
MyST Markdown — directives and roles for technical documentation Quarto Markdown — code execution and scientific publishing Stencila Markdown — Stencila-specific block and inline extensions
Usage
.md--to md--from md
stencila convert doc.smd doc.mdImplementation
markdownmarkdownwinnow
Limitations
CommonMark conversion is lossy for Stencila node types that have no Markdown representation (e.g. executable code chunks, parameters, styled blocks, admonitions). Markdown metadata (YAML front matter) is supported, but only a subset of Stencila Schema properties can be represented. Some formatting nuances (e.g. exact whitespace, HTML comments) may not round-trip exactly.