about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-04-16T01·15+0200
committerVincent Ambo <tazjin@gmail.com>2018-04-16T01·15+0200
commit1462810963f54f59b5eacd8657057583c87dc0e4 (patch)
tree3b9e518bed78ab312719ee6b361648948f25a41e /src/main.rs
parenta5f26777857abe740bd738ca059739d52dcc3273 (diff)
fix(render): Enable GFM's tagfilter extension
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index a16ee2c0d9..9b5f2f7428 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()
     };