Skip to main content

Markdown

Binding: %md

Renders the paragraph's content as formatted text instead of running it as code. Use it for titles, explanations, and commentary alongside your code paragraphs, so a notebook can double as a readable report.

%md
# Quarterly review
This notebook walks through last quarter's **sales** numbers and flags outliers.

Run the paragraph to render it; double-clicking the rendered text switches back to edit mode.

Configuration

PropertyDefaultDescription
markdown.parser.typeflexmarkWhich Markdown parser to use.

This is set by your administrator from the interpreter settings screen.