diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index a16ee2c0d9a9..9b5f2f742839 100644 --- a/src/main.rs +++ b/src/main.rs @@ -146,6 +146,7 @@ fn start_renderer() -> Addr<Syn, Renderer> { ext_autolink: true, ext_tasklist: true, ext_footnotes: true, + ext_tagfilter: true, ..Default::default() }; |