On Thu, Sep 16, 2010 at 09:22:43PM -0700, Markus wrote: > Is there an easy way to tell ASCIIDOC to leave text in single quotes > alone (i.e. not turn it into emphasized text)? I don't necessarily > mean in general. Just for certain documents it would be nice. (There's > still the underscore to mark emphasized text.) > > Thanks, > -Markus
You can either disable it directly in the file by adding the
following to the top of your document (after the initial
headline):
:quotes.':
For example like this:
Test
====
:quotes.':
'no emphasis'
Or you can add it to a configuration file named like the source
file. If the file is called test.txt put it in test.conf:
[quotes]
'=
Hope this helps,
Simon
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
pgp38blM0tV4Q.pgp
Description: PGP signature
