kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 63b1fc9d7aac6cf8a74e97af5d48c2e126113df9
parent a9c0ba0d8470b9823f653db6435ed8c1cf38950f
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 20 Oct 2018 19:21:56 +0300

Add the tables markdown extension.

Diffstat:
Mpelican_base_configuration.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pelican_base_configuration.py b/pelican_base_configuration.py @@ -13,6 +13,7 @@ TAG_FEED_RSS = "feeds/tags/%s.rss.xml" MARKDOWN = { "extension_configs": { "markdown_checklist.extension": {}, + "markdown.extensions.tables": {}, }, "output_format": "html5", }