diff options
author | Melody Horn <melody@boringcactus.com> | 2021-10-24 21:41:02 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-10-24 21:41:02 -0600 |
commit | f0d77f2f27d1000808988464410aabdcb529b97a (patch) | |
tree | be2b94f28feb52dc4adc03378c56bf98cb5d4504 | |
parent | b7a303668ed4c0caf450313e5ea9851117abfffe (diff) | |
download | cactus-ssg-f0d77f2f27d1000808988464410aabdcb529b97a.tar.gz cactus-ssg-f0d77f2f27d1000808988464410aabdcb529b97a.zip |
tables. they are good
-rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |