On 2 August 2012 18:06, Aleksey Tsalolikhin <[email protected]> wrote:
> Hi.  Love asciidoc.
>
> Small problem: I need to have a bold character next to an italic character.
>
> My Asciidoc source rode reads:
>
> *f*_c_
>
> My Slidy HTML output reads" *f*c  (the c is bold, but the f is not).
>
> Same with "html" backend.
>
> If I insert a space in the asciidoc input file:  *f* _c_
> then I get what I want.
>
> But I can't have the space there, it's technically incorrect.
> (I'm writing technical documentation).  The bold represents
> input, and the italic represents variable input (value can
> change).
>
> Is there any way in Asciidoc to represent a bold character
> and an italic character next to each other?

Hi,

Yes, use unconstrained quotes, ie **f**__c__

Cheers
Lex

>
> Thanks again for such a useful tool.
>
> Best,
> Aleksey
>
> P.S.  I just upgraded to 8.6.8 (congrats on the new release,
> by the way), and I still have this problem.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "asciidoc" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/asciidoc?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to