If someone is using with docbook, you can use a inline passthrough to add an comment like this:
. Item 1 +++<remark> // - Irrelevant stuff // - Commented out // Just because I can </remark> +++ . Item 2 Em quinta-feira, 19 de fevereiro de 2015 12:34:34 UTC-3, [email protected] escreveu: > > Hi, > > Something I have been wondering myself in the past is why do comment > lines cause additional newlines where you wouldn't expect them ? > > Comment Blocks do not show this behaviour (they do not result in any > newlines). > > This example (3 commented lines): > > -------- > - Item 1 > // - Irrelevant stuff > // - Commented out > // Just because I can > - Item 2 > -------- > > results in (only) 2 empty newlines: > > -------- > <div class="ulist"><ul> > <li> > <p> > Item 1 > > > </p> > </li> > <li> > <p> > Item 2 > </p> > </li> > </ul></div> > -------- > > Is this on purpose ? > > -- > Dag > -- 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 http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
