Shep wrote:
Hi

I have a simple asciidoc text document:

     Test of asciidoc tables on Mac
     ==============================

     :Author: Andrew Sheppard

     .Keywords
     ****
     asciidoc, tables
     ****

     == Test of asciidoc tables

     .An example table
     |=======================
     |Col 1|Col 2      |Col 3
     |1    |Item 1     |a
     |2    |Item 2     |b
     |3    |Item 3     |c
     |6    |Three items|d
     |=======================

When I process this to HTML in TextMate, or from the command line
("asciidoc asciidoc_table_test.txt"), on my Mac; the table markup if
rendered as text, not as a table!

The table simply comes out as text looking like this:

     |======================= |Col 1|Col 2 |Col 3 |1 |Item 1 |a |2 |
Item 2 |b |3 |Item 3 |c |6 |Three items|d |=======================

What gives?

What version of AsciiDoc are you using? The new tables format was introduced in version 8.3.0

If that's not it post the failing document as an attachment.


Cheers, Stuart



Andrew


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