markdown

.markdown content:{String} -> Node

Creates a block of raw Markdown content that is emitted verbatim only when the rendering target is Markdown. Non-Markdown targets, such as HTML and plain text, discard the content.

.markdown
> This blockquote only appears in Markdown output.

Return

a new Markdown node

Parameters

content

raw Markdown content to inject

Throws

Permissions

native-content
to inject native Markdown content

Wiki page

markdown-content