Browse Source

replace tables type supported

oz123 10 năm trước cách đây
mục cha
commit
409e56db8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      blogit.py

+ 1 - 1
blogit.py

@@ -158,7 +158,7 @@ class Entry(object):
         if renderer == 'md2':
             return markdown2.markdown(self.body, extras=['fenced-code-blocks',
                                                          'hilite',
-                                                         "wiki-tables"])
+                                                         "tables"])
         if renderer == 'md1':
             return markdown.markdown(self.body,
                                      extensions=['fenced_code',