aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-10-24 21:41:02 -0600
committerMelody Horn <melody@boringcactus.com>2021-10-24 21:41:02 -0600
commitf0d77f2f27d1000808988464410aabdcb529b97a (patch)
treebe2b94f28feb52dc4adc03378c56bf98cb5d4504 /build.py
parentb7a303668ed4c0caf450313e5ea9851117abfffe (diff)
downloadcactus-ssg-f0d77f2f27d1000808988464410aabdcb529b97a.tar.gz
cactus-ssg-f0d77f2f27d1000808988464410aabdcb529b97a.zip
tables. they are good
Diffstat (limited to 'build.py')
-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):