[ Back to examples ]
This page is generated by examples/feature-showcase.js and exercises every function mr_markdown_builder exports. Regenerate it with node examples/feature-showcase.js whenever the module changes.
inline code via ic()
const codeBlock = "via cb()"
const codeBlock = "via cb(), with a language for syntax highlighting"
| Left | Center | Right | | — | — | — | | a | b | c | | d | e | f |
| Left | Center | Right | | :— | :—: | —: | | a | b | c | | d | e | f |
Every line of this string is prefixed with a blockquote marker.
[!TIP] alert() renders a [!TYPE] blockquote for NOTE/TIP/IMPORTANT/WARNING/CAUTION.
↑ ↓ ← → (space helper before this text)
underlined sub sup
This line follows a hard break.
@octocat #42 :tada: #1d9bf0
$E = mc^2$
\[\sum_{i=1}^{n} i = \frac{n(n+1)}{2}\]Linkable via #showcase-anchor
A claim that needs a source[^1]. [^1]: The footnote definition, rendered wherever footnoteDefs() is called.
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-117.078046,
32.934771
]
},
"properties": {
"name": "Example point"
}
}
{
"type": "Topology",
"objects": {},
"arcs": []
}
graph TD;
A[Start] --> B[End];