diff options
Diffstat (limited to '')
-rw-r--r-- | book/src/filters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/filters.md b/book/src/filters.md index f8e30a7..ce1ff6e 100644 --- a/book/src/filters.md +++ b/book/src/filters.md @@ -374,7 +374,7 @@ Ugly: <script>var data = '{{data|json|safe}}';</script> [#markdown]: #markdown Enabling the `markdown` feature will enable the use of the `markdown` filter. -This will render a value using a [GitHub flavored CommonMark](https://docs.rs/comrak/0.12.*/comrak/) syntax. +This will render a value using a [GitHub flavored CommonMark](https://docs.rs/comrak/0.14.*/comrak/) syntax. By default the extensions “autolink”, “strikethrough”, “tagfilter”, and “table” are enabled. Any raw HTML gets escaped. |