Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Markdown editor

Started by Muut Archive 10 years ago · 2 replies · 403 views
10 years ago

Hi all,

I have added a markdown editor in my blueprint, it shows the textarea in the admin panel.
Only thing is that it is not rendering markdown in my main template.

Any thoughts?

thx.

10 years ago

The markdown editor merely is an interface to edit and store the markdown.

On the frontend, you are probably getting the raw markdown when accessing this field. Easy fix though, just use the Markdown Twig Filter to convert it to HTML on the fly:

TWIG
{{ page.header.my_field|markdown }}

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1367 9 years ago
Archive · by Muut Archive, 9 years ago
2 940 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2960 9 years ago
Archive · by Muut Archive, 9 years ago
3 1125 9 years ago