i had the problem too..

maybe a little warning or note in the documentation that the table
syntax changed recently will help.



kindly,
_cies.

p.s.: first post here, really liking asciidoc so far. asciidoc-
>docbook and from there we use "publican" for translations (po-based),
branding and html/pdf generation.

On Mar 13, 6:47 am, Stuart Rackham <[email protected]> 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 exampletable
> >      |=======================
> >      |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; thetablemarkup if
> > rendered as text, not as atable!
>
> > Thetablesimply 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