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

How to turn off Grav markdown?

Started by Muut Archive 9 years ago · 1 replies · 709 views
9 years ago

Hey,

How could I turn off Grav markdown?

When I make page on my blog I would like to use HTML5 markdown. What I mean is when I press "bold" button on Grav toolbar it should add "<strong>" tags before and after selection.

Thx

9 years ago

Grav doesn't have a WYSIYWG HTML editor. You can simply 'type' those tags and disable markdown with:

YAML
process:
   markdown: false

In the page header, or site-wide in system.yaml

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1336 9 years ago
Archive · by Muut Archive, 9 years ago
2 925 9 years ago
Archive · by Muut Archive, 9 years ago
2 4056 9 years ago
Archive · by Muut Archive, 9 years ago
1 2941 9 years ago
Archive · by Muut Archive, 9 years ago
3 1112 9 years ago