Markdown
The markdown
widget is used to display markdown content. It can be used in fields of type text
and char
.
<field name="description" widget="markdown" />
This is a heading 1
This is a heading 2
- This is a list item
- This is another list item
Example of a table
Column 1 | Column 2 |
---|---|
Row 1 | Row 1 |
Example list with checkboxes
- This is a checked list item