On 17 May 2012 19:32, davide.cavestro <[email protected]> wrote: > Hi, > just wondering if there's a way to use callouts within a table? > Something like > > .An example table > [options="header,footer"] > |======================= > |Col 1|Col 2 |Col 3 > |1 |Item 1 |a > |2 |Item 2 |b > |3 |Item 3 |c > |6 |Three items|d <1> > |======================= > |<1> callout text > > where <1> should be linked with the relevant callout text. > > Should I use another syntax or change some table processing related > settings? > > Cheers > Davide
Hi, >From the user guide "By default callout marks are confined to LiteralParagraphs, LiteralBlocks and ListingBlocks (although this is a configuration file option and can be changed). " See http://www.methods.co.nz/asciidoc/userguide.html#X73 for how to change subsnormal to include callouts. Cheers Lex > > -- > 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.
