aboutsummaryrefslogtreecommitdiffstats
path: root/book/src
diff options
context:
space:
mode:
authorLibravatar René Kijewski <kijewski@library.vetmed.fu-berlin.de>2022-07-20 15:13:57 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-07-20 15:25:17 +0200
commit27447c8db1ec732e82c7f75e71ac09d4d7edce62 (patch)
tree61f1b64cb301f4147beec6053cd8e9fd104b172d /book/src
parentd6af26a0ce1476c59318a5e6707caa199ee094ef (diff)
downloadaskama-27447c8db1ec732e82c7f75e71ac09d4d7edce62.tar.gz
askama-27447c8db1ec732e82c7f75e71ac09d4d7edce62.tar.bz2
askama-27447c8db1ec732e82c7f75e71ac09d4d7edce62.zip
Update to comrak v0.14
Diffstat (limited to 'book/src')
-rw-r--r--book/src/filters.md2
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.