Using Markdown for membership profile bios. Works great until I try to create a {{ member:profile_form }}
.
The Markdown gets parsed as HTML, then when a user submits the form, the HTML gets stripped out by default.
What I want to do is return the bio as Markdown. Does Statamic have a way of handling this natively?