Skip to main content

Example Post

Kenneth Ormandy
Plugin Author

Blog posts support Docusaurus Markdown features, such as MDX.

{% switch matrixBlock.type %}
{% case "text" %}
{{ matrixBlock.textField|markdown }}
{% case "image" %}
{{ matrixBlock.image[0].getImg() }}
{% default %}
<p>A font walks into a bar.</p>
<p>The bartender says, “Hey, we don’t serve your type in here!”</p>
{% endswitch %}
{% tag 'div' with { id: 'hi', } %}
{{ 'My content'|title }}
{% endtag %}