Hi,

It's confusing that a comment or comment block breaks/ends a [qanda] list. An example:

  [qanda]
  Question one::
  Answer one

  // Comment
  Qyestion two::
  Answer two

or

  [qanda]
  Question one::
  +
  --
  Answer block.

  With two paragraphs.
  --

  ////
  Comment block
  ////

  Question two::
  Answer two.

In both cases Question two is not part of the qanda list, it's a new labeled list on its own.

Making the comment part of the 'answer-block' does work, but still, people shouldn't know these kind of workarounds. Comment's should probably be ignored /filtered pre-processing ?

Works:

  [qanda]
  Question one::
  +
  --
  Answer one.

  ////
  Comment block
  ////
  --

  Question two::
  Answer two.

Thanks in advance,
--
-- dag wieers, [email protected], http://dag.wieers.com/
-- dagit linux solutions, [email protected], http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]

--
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