diff options
Diffstat (limited to 'examples/lib.rs')
-rw-r--r-- | examples/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/lib.rs b/examples/lib.rs index ebe26fc..fe4f9ef 100644 --- a/examples/lib.rs +++ b/examples/lib.rs @@ -29,6 +29,7 @@ fn main() { "* [x] contact@example.com ~~strikethrough~~", &Options { constructs: Constructs::gfm(), + gfm_tagfilter: true, ..Options::default() } ) |