Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
7 posts
|
Hi,
There is any possibility to include an ordered list inside a table cell? As an example i have the following text in asciidoctor: [cols="2*" options="header"] [grid="none"] |=== |Col1 |Col2 |Col1 |Col2 [loweralpha] . Item1 . Item2 I would expect to get something like: <row> <entry>col1</entry> <entry><orderedlist numeration="loweralpha"> <listitem> <simpara>Item1</simpara> </listitem> <listitem> <simpara>Item2</simpara> </listitem> </orderedlist> </entry> </row> But what I get is something like this: <row> <entry align="left" valign="top"><simpara>Col1</simpara></entry> <entry align="left" valign="top"><simpara>. Item1 . Item2</simpara></entry> </row> Regarding the image align, I have tried like it is described in the user's guide, however I didn't manage to have an image with align="center" property in docbook. There is any trick for this? |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
2681 posts
|
By default, table cells only process inline AsciiDoc markup. If you want it to process block-level content, then you need to set the style of the cell to "a" (for AsciiDoc). See the following section in the user manual for details and examples:
On Fri, Feb 14, 2014 at 5:01 AM, rogerpt [via Asciidoctor :: Discussion] <[hidden email]> wrote: Hi, ... [show rest of quote] Dan Allen | http://google.com/profiles/dan.j.allen |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
7 posts
|
Thanks Dan. It worked, my fault I haven't read that part in the user manual.
By the way, can you enlighten me about the position of the images? For instance, I tried (among other option attempts) to do, but I can't manage to have the image centered in docbook. [[system_overview]] .System Overview image::images/system_overview.pdf[,85%, 100%,align="center"] I expect to have something like: <imagedata fileref="images/system_overview.pdf" contentwidth="85%" align="center"/> Thanks in advance. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
2681 posts
|
I'm glad to hear you got the AsciiDoc table cell working. The image align issue was recently fixed and that fix is available in 1.5.0.preview.2. Perhaps you can try it out and see if it works for you. I'll be posting shortly with a summary of the 1.5.0.preview.2 release and how to get it. -Dan On Feb 17, 2014 8:04 AM, "rogerpt [via Asciidoctor :: Discussion]" <[hidden email]> wrote:
Thanks Dan. It worked, my fault I haven't read that part in the user manual. ... [show rest of quote] |
Free forum by Nabble | Edit this page |