Okay, so, suppose I have something like:

Q: What happens when an array name is used in an expression? What
are the two exceptions?

[role='answer']
A: It decays to a pointer. The two exeptions are when the array name is
passed to `sizeof` and to the unary `&` (“address of”) operator.

This is another paragraph still part of the answer.

And perhaps more elements, like images or tables still being part of the 
answer.


How would I make those two extra paragraphs still be part of the same 
'answer' css class?
I noticed that the generated html has a div with the class "answer". By the 
way, each
paragraph has a div around them. However, can I make one div with class 
"answer" wrap
several <p>ragraphs at once?

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

Reply via email to