summaryrefslogtreecommitdiff
path: root/asciidoc.conf
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2009-04-21 08:49:37 +1200
committerStuart Rackham <srackham@methods.co.nz>2009-04-21 08:49:37 +1200
commitb244ea953b9e032aba3295a28fcceb5524400bd6 (patch)
treeb4527403ae8f5c87d31ac49cd69c5310db749e84 /asciidoc.conf
parent8e538d71d3132a9ffc9bb700dcfe761703d20d17 (diff)
downloadasciidoc-b244ea953b9e032aba3295a28fcceb5524400bd6.tar.gz
Implemented table column spanning.
Diffstat (limited to 'asciidoc.conf')
-rw-r--r--asciidoc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoc.conf b/asciidoc.conf
index 3906245..eba5dac 100644
--- a/asciidoc.conf
+++ b/asciidoc.conf
@@ -487,7 +487,7 @@ asciidoc-style=tags="asciidoc",subs=[],filter='python "{asciidoc-file}" -b {back
[tabledef-nested]
# Same as [tabledef-default] but with different delimiter and separator.
delimiter=^!={3,}$
-separator=((?P<cellcount>\d+)\*)?!
+separator=((?P<cellcount>\d+)(?P<cellop>[*+]))?!
posattrs=style
template=table
verse-style=tags="verse"