Field types / Markdown
Note: You are currently reading the documentation for Bolt 2.2. Looking for the documentation for Bolt 5.2 instead?
A markdown field. This gives you a markdown editor with a preview window.
You can read more about markdown here.
Basic Configuration:¶
content:
type: markdown
Example usage in templates:¶
A markdown fields contents need to be converted to html before using in
templates. You do this with the |markdown
filter in twig, like this:
{{ record.content|markdown }}
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.