Table & column (example from the doc is not working)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Table & column (example from the doc is not working)

Jeremie Bresson
In the Table section of the user manual, there is this example:

[.rolename]
|===
|Cell in column 1, row 1
|Cell in column 2, row 1
|Cell in column 3, row 1

|Cell in column 1, row 2
|Cell in column 2, row 2
|Cell in column 3, row 2
|===

In Chrome I get this preview:


Is it a bug in the implementation or in the documentation?
Reply | Threaded
Open this post in threaded view
|

Re: Table & column (example from the doc is not working)

mojavelinux
Administrator
The example is missing a column spec. It should be:

[.rolename,cols=3*]
|===
|Cell in column 1, row 1
|Cell in column 2, row 1
|Cell in column 3, row 1

|Cell in column 1, row 2
|Cell in column 2, row 2
|Cell in column 3, row 2
|===

Would you like to submit a patch?

-Dan

On Fri, Nov 25, 2016 at 7:35 AM, Jeremie Bresson [via Asciidoctor :: Discussion] <[hidden email]> wrote:
In the Table section of the user manual, there is this example:

[.rolename]
|===
|Cell in column 1, row 1
|Cell in column 2, row 1
|Cell in column 3, row 1

|Cell in column 1, row 2
|Cell in column 2, row 2
|Cell in column 3, row 2
|===

In Chrome I get this preview:


Is it a bug in the implementation or in the documentation?



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Table-column-example-from-the-doc-is-not-working-tp5129.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux
Reply | Threaded
Open this post in threaded view
|

Re: Table & column (example from the doc is not working)

Jeremie Bresson
Reply | Threaded
Open this post in threaded view
|

Re: Table & column (example from the doc is not working)

mojavelinux
Administrator
Thanks!

On Thu, Dec 8, 2016 at 4:47 AM, Jeremie Bresson [via Asciidoctor :: Discussion] <[hidden email]> wrote:
https://github.com/asciidoctor/asciidoctor.org/pull/637


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Table-column-example-from-the-doc-is-not-working-tp5129p5141.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux