summaryrefslogtreecommitdiff
path: root/asciidoc.conf
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2009-04-13 09:12:55 +1200
committerStuart Rackham <srackham@methods.co.nz>2009-04-13 09:12:55 +1200
commitb3401e296a4b1dc3a06363d569b3b94c5cb8453d (patch)
tree8dffb7bd7139afa06d93f4b24c96ce1d31f6bb3f /asciidoc.conf
parenta7a21bde6c9afa348b3f98f86a768ff86faec975 (diff)
downloadasciidoc-b3401e296a4b1dc3a06363d569b3b94c5cb8453d.tar.gz
Dropped second quotes substitution in table cells -- it effectively disabled quote escaping.
Diffstat (limited to 'asciidoc.conf')
-rw-r--r--asciidoc.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/asciidoc.conf b/asciidoc.conf
index 3dd9adb..9409306 100644
--- a/asciidoc.conf
+++ b/asciidoc.conf
@@ -474,10 +474,6 @@ tags=glossary
#-------
[tabledef-default]
delimiter=^\|={3,}$
-# Like normal subs but quotes are substituted a second time after attributes so
-# {include:} contents are marked up (maybe this should be the system wide
-# asciidoc.py SUBS_NORMAL).
-subs=specialcharacters,quotes,attributes,quotes,specialwords,replacements,macros
posattrs=style
template=table
default-style=tags="default"
@@ -492,7 +488,6 @@ asciidoc-style=tags="asciidoc",subs=[],filter='python "{asciidoc-file}" -b {back
# Same as [tabledef-default] but with different delimiter and separator.
delimiter=^!={3,}$
separator=((?P<cellcount>\d+)\*)?!
-subs=specialcharacters,quotes,attributes,quotes,specialwords,replacements,macros
posattrs=style
template=table
verse-style=tags="verse"