{{< md >}}

Description#


The md shortcode allows to force the conversion of a block of text written in markdown.
This shortcode is particularly useful to add content written in complex markdown syntaxes (lists, code snippets, …), in a table, or in case of nested shortcodes.

Nesting two md shortcode is not possible.

Parameters#


Name Type(named/positional) Description

Examples#


Markdown Rendering
{{</* md */>}}
I'm a text written in **markdown**
{{</* /md */>}}
I’m a text written in markdown
| Markdown | Rendering |
| -------- | --------- |
|{{</* md */>}}
```
{{</* md */>}}
I'm a text written in **markdown**
{{</* /md */>}}
```
{{</* /md */>}}|{{</* md */>}}
I'm a text written in **markdown**
{{</* /md */>}}
Table of examples without the current row (Rendering not available because two md shortcode are nested in this example)