Skip to main content

Directives

Directive

Description

Admonitions

Callout boxes (:::info, :::warning, :::note, :::tip, :::prompt) with optional custom titles.

Cloud directives

Conditionally render content for specific clouds (:::aws, :::azure, :::gcp, etc.).

Details

Collapsible sections with a clickable summary, often referred to as "expandos" (:::details).

Div

Wrap content in a <div> with a CSS class for custom styling (:::div).

Docs table of contents

Display a table of contents based on content structure (:::docs-toc).

Feed

Create RSS feed entries for release notes and other content (::::feed).

Include

Inline the contents of another Markdown file (::include).

List table

Render tables using a list-based syntax (:::list-table).

Literal include

Display the contents of a file in a code block (::literal-include).

Notebook

Embed a Databricks notebook (::notebook).

Replace

Define and use inline text replacements (::replace, :re).

Section table of contents

Display an inline TOC derived from the current page's headings (::section-toc).

Tabs

Render tabbed content with synced selection across tab groups (:::tabs, :::tab-item).

YouTube

Embed a playable YouTube video (::youtube).