On 5 October 2012 06:46, Tong Sun <[email protected]> wrote: > Hi, > > From time to time, I need to have an ordered list of glossaries, but > wasn't able to figure out how to do. > Basically I need to put the the glossaries in a (ordered) list: > > . My first explanation entry:: > More detail about it. And more, and more... > . My second explanation entry:: > More detail about it. And more, and more... > > Is it possible? >
If you mean numbered glossary, probably not, html defines the ordered list <ol> as a different entity from a definition list <dl>. Cheers Lex > Thanks > > -- > 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. > -- 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.
