mercurial/minirst.py
changeset 15192 3834ca04664a
parent 15145 ff26712a0c50
child 15261 e2df5b866d22
--- a/mercurial/minirst.py	Sun Oct 02 13:02:15 2011 -0500
+++ b/mercurial/minirst.py	Sun Oct 02 13:13:46 2011 -0500
@@ -262,7 +262,7 @@
         #  x    y   z
         # === ==== ===
         if (block['type'] == 'paragraph' and
-            len(block['lines']) > 4 and
+            len(block['lines']) > 2 and
             _tablere.match(block['lines'][0]) and
             block['lines'][0] == block['lines'][-1]):
             block['type'] = 'table'