And it works indeed. Thanks. On Friday, September 29, 2017 at 10:27:32 AM UTC-3, Lex Trotman wrote: > > Try unconstrained (ie doubled) backquotes. > > On 29 September 2017 at 22:07, Fernando Basso > <[email protected] <javascript:>> wrote: > > What is the best way to write: > > > > "It is out of `env`s hand" > > > > I tried it as above but then the asciidoctor doesn't see the closing > > backtick and keeps rendering as code until the end of the paragraph. My > > current solution is to use > > > > ... out of pass:[<code>env</code>]'s hand ... > > > > > > > > I also have problems with: > > > > ... foo bar `#!/usr/bin/env bash -x` ends up as `#!/usr/bin/env "bash > -x"` > > lorem ipsum > > > > It renders the first shebang as <code><mark> and removes the # from the > > output, and renders the second shebang as expected. > > > > If I add a backslash in front of # on the first shebang, then all works > > fine. Still, if I also escape the # on the second shebang then that > > backslash appears on the output. > > > > What am I missing here? > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "asciidoc" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at https://groups.google.com/group/asciidoc. > > For more options, visit https://groups.google.com/d/optout. >
-- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
