Re: Smart quotes and DocBook
Posted by
mojavelinux on
Oct 29, 2018; 9:33pm
URL: https://discuss.asciidoctor.org/Smart-quotes-and-DocBook-tp6566p6568.html
It seems like the DocBook toolchain only alternates the quotes by the depth. So there's no way to specify the quote used specifically (by default, at least), even if we were to add an attribute.
Cheers,
-Dan
On Mon, Oct 29, 2018 at 3:23 PM mojavelinux [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
How are single and double quotes differentiated in DocBook? I actually don't know. If I knew, it would be straightforward to add additional markup since we know which one it is at the time of conversion.
Cheers,
-Dan
On Mon, Oct 29, 2018 at 1:45 PM pela [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
Running asciidoctor with docbook output the sentence.
A "`double-quoted word`" and a '`single-quoted word`'.
Gives the translation:
<simpara>A
and a
.</simpara>
Is this intended? How can I differentiate the quote marks?
pela
--
--