I need to do something like this:

    [role='exercise']
    --
    [role='question']
    --
    question goes here.
    --

    [role='answer']
    --
    answer goes here.
    --
    --

    I wanted the output to be something like

    <div class='exercise'>
        <div class='question'>Question goes here.</div>
        <div class='answer'>Answer goes here.</div>
    </div>

Is something like that possible (I'm only concerned with html5 backend)?

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