diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-07-16 22:43:48 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-07-16 22:43:48 -0600 |
| commit | 8c1c184ad5b58394989ac5a098769c0f1fc47e43 (patch) | |
| tree | 5163d75e78100a48d6707f5e0a9985cf915aaf1b | |
| parent | 66f2b14a08061784eddf699d4e92f8ea9e2a5ef3 (diff) | |
add note about disabling single quoted emphasis
| -rw-r--r-- | compat/asciidoc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/asciidoc.conf b/compat/asciidoc.conf index 4767144d..5053fd0d 100644 --- a/compat/asciidoc.conf +++ b/compat/asciidoc.conf @@ -33,6 +33,7 @@ endif::[] [quotes] # disable single quotes as constrained formatting marks for emphasis +# this change can also be made in the document using the attribute entry :quotes.': ifeval::["{compat-mode}"!="legacy"] '= endif::[] |
