Lists inside of table cells?

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

Lists inside of table cells?

russurquhart1
Hi,

I was wondering if it was possible to have Lists (bulleted or numbered) within a table cell?

I know that within DocBook I think this is possible, so was just wondering if Asciidoctor permitted this?

Thanks,


Russ
Reply | Threaded
Open this post in threaded view
|

Re: Lists inside of table cells?

LightGuardjp
Yes, it's possible, just be sure to flag the cell as needing asciidoc parsing. You can read more about it at http://asciidoctor.org/docs/user-manual/#cell.

Here's an example:

[source, adoc]
==
|===
| First Cell
| Second Cell

| Second Row, first cell
a| Cell with a list

* One
* two
* three
|===
==

On Mon, Nov 2, 2015 at 11:35 AM, russurquhart1 [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi,

I was wondering if it was possible to have Lists (bulleted or numbered) within a table cell?

I know that within DocBook I think this is possible, so was just wondering if Asciidoctor permitted this?

Thanks,


Russ


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Lists-inside-of-table-cells-tp3938.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--