OK, "asciidoc --version" at the command prompt reported 8.2.7.

I had installed 8.5.3, but I had two asciidoc executables on my Mac:

        /usr/local/bin/asciidoc     (8.5.3)

        /opt/local/bin/asciidoc     (8.2.7)

I copied the former over the latter and now "asciidoc --version" at the command 
prompt reports 8.5.3.  .... and tables work!!!! Thanks.



On Mar 13, 2010, at 12:47 AM, Stuart Rackham wrote:

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

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