diff options
author | Stuart Rackham <srackham@methods.co.nz> | 2009-04-21 08:49:37 +1200 |
---|---|---|
committer | Stuart Rackham <srackham@methods.co.nz> | 2009-04-21 08:49:37 +1200 |
commit | b244ea953b9e032aba3295a28fcceb5524400bd6 (patch) | |
tree | b4527403ae8f5c87d31ac49cd69c5310db749e84 /asciidoc.conf | |
parent | 8e538d71d3132a9ffc9bb700dcfe761703d20d17 (diff) | |
download | asciidoc-py3-b244ea953b9e032aba3295a28fcceb5524400bd6.tar.gz |
Implemented table column spanning.
Diffstat (limited to 'asciidoc.conf')
-rw-r--r-- | asciidoc.conf | 2 |
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"
|