Markdown

A text document formatted with Markdown syntax. Specified by :: markdown ::.

Usually generated by a liquid template with outputType: markdown.

When processed, will be converted into an HTML fragment.

Parameters

A markdown fragment may specify the following parameters:

Parameter Description Cardinality
id A unique identifier used to select this html fragment. Optional
title A title to include in the header of the generated HTML fragment. Optional

Example

::  markdown ::
id: content
---
This is my sample Markdown document with a list.

* Alpha
* Beta
* Gamma