Skip to content

Commit

Permalink
[TASK] Mention markdown twig filter in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed May 22, 2020
1 parent de59f1d commit 98ebca6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@ Twig function to display avatars.
<img src="https://...avatar.png" class="avatar" height="32" width="32">
```

### `markdown`

Twig function to render markdown as HTML.

```twig
{{ value|markdown }}
```

### `template_function_exist`

Expand Down

0 comments on commit 98ebca6

Please sign in to comment.