strip_md
Remove Markdown formatting while keeping readable text.
Syntax
{{ value | strip_md }}{{ value | stripmd }}Also available as stripmd.
Example
Basic usage
1{2 "text": "**Bold** and [linked](https://example.com)"3}1{{ text | strip_md }}1Bold and linked