Skip to content Skip to footer navigation

Markdown Modifier

Transform a string with Markdown.

quote: You can't wait for inspiration. **You have to go after it with a club.**
{{ quote | markdown }}
{!! Statamic::modify($quote)->markdown() !!}
<p>
You can't wait for inspiration. <strong>You have to go after it with a club.</strong>
</p>