aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index b555931..72f6006 100644
--- a/build.py
+++ b/build.py
@@ -85,7 +85,7 @@ class HighlightRenderer(mistune_contrib.highlight.HighlightMixin, mistune.HTMLRe
return super(HighlightRenderer, self).link(link, text, title)
-markdown = mistune.create_markdown(renderer=HighlightRenderer(), plugins=['strikethrough'])
+markdown = mistune.create_markdown(renderer=HighlightRenderer(), plugins=['strikethrough', 'table'])
def render(site_dir, page: Page):