add table class
diff --git a/pelicanconf.py b/pelicanconf.py
index 20545ef..c297cb0 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -129,7 +129,7 @@
     'permalinks': True,
     'toc': True,
     'toc_headers': r"h[1-5]",
-    'tables': False,
+    'tables': True,
     'debug': False
 }