Login  Register

Asciidoc table cell generates toctitle in table cell

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

Asciidoc table cell generates toctitle in table cell

gtapper
5 posts
Hi,

I have a table that is defines as:

[cols="15%,35%a,35%,15%l",options="header"]
|===
| Software     | Packages                   | Usage                                                                              | Download From
| EPEL         |`epel-release-6-8.noarch`    | Add-on packages to completed the Linux distribution.                              | http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch
| pdsh         |`pdsh.x86_64`                | Parellelize shell commands during install and Trafodion runtime utilities.        | yum install
|===

Strangely, the generated rows look like this:

<table class="tableblock frame-all grid-all spread">
<colgroup>
<col style="width: 15%;">
<col style="width: 35%;">
<col style="width: 35%;">
<col style="width: 15%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Software</th>
<th class="tableblock halign-left valign-top">Packages</th>
<th class="tableblock halign-left valign-top">Usage</th>
<th class="tableblock halign-left valign-top">Download From</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">EPEL</p></td>
<td class="tableblock halign-left valign-top"><div><div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>

</div>
<div class="paragraph">
<p><code>epel-release-6-8.noarch</code></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Add-on packages to completed the Linux distribution.</p></td>
<td class="tableblock halign-left valign-top"><div class="literal"><pre><a href="http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch" class="bare">http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch</a></pre></div></td>
</tr>

I have NO idea why the toctitle is added to the cell?

What am I missing?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Asciidoc table cell generates toctitle in table cell

mojavelinux
Administrator
2681 posts
Gunner,

This was an unfortunate bug that appeared in 1.5.3. Resolving it should be as simple as upgrading to 1.5.4.


-Dan

On Tue, Feb 2, 2016 at 10:50 PM, gtapper [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi,

I have a table that is defines as:

[cols="15%,35%a,35%,15%l",options="header"]
|===
| Software     | Packages                   | Usage                                                                              | Download From
| EPEL         |`epel-release-6-8.noarch`    | Add-on packages to completed the Linux distribution.                              | http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch
| pdsh         |`pdsh.x86_64`                | Parellelize shell commands during install and Trafodion runtime utilities.        | yum install
|===

Strangely, the generated rows look like this:

<table class="tableblock frame-all grid-all spread">
<colgroup>
<col style="width: 15%;">
<col style="width: 35%;">
<col style="width: 35%;">
<col style="width: 15%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Software</th>
<th class="tableblock halign-left valign-top">Packages</th>
<th class="tableblock halign-left valign-top">Usage</th>
<th class="tableblock halign-left valign-top">Download From</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">EPEL</p></td>
<td class="tableblock halign-left valign-top"><div><div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>

</div>
<div class="paragraph">
<p><code>epel-release-6-8.noarch</code></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Add-on packages to completed the Linux distribution.</p></td>
<td class="tableblock halign-left valign-top"><div class="literal"><pre><a href="http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch" class="bare">http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch</a></pre></div></td>
</tr>

I have NO idea why the toctitle is added to the cell?

What am I missing?


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Asciidoc-table-cell-generates-toctitle-in-table-cell-tp4250.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | @mojavelinux | http://google.com/profiles/dan.j.allen
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Asciidoc table cell generates toctitle in table cell

gtapper
5 posts
Thanks, that fixed it. Where do I find information about the asciidoctor release versions for future reference?

Gunnar

On Wed, Feb 3, 2016 at 1:47 AM, mojavelinux [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Gunner,

This was an unfortunate bug that appeared in 1.5.3. Resolving it should be as simple as upgrading to 1.5.4.


-Dan

On Tue, Feb 2, 2016 at 10:50 PM, gtapper [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi,

I have a table that is defines as:

[cols="15%,35%a,35%,15%l",options="header"]
|===
| Software     | Packages                   | Usage                                                                              | Download From
| EPEL         |`epel-release-6-8.noarch`    | Add-on packages to completed the Linux distribution.                              | http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch
| pdsh         |`pdsh.x86_64`                | Parellelize shell commands during install and Trafodion runtime utilities.        | yum install
|===

Strangely, the generated rows look like this:

<table class="tableblock frame-all grid-all spread">
<colgroup>
<col style="width: 15%;">
<col style="width: 35%;">
<col style="width: 35%;">
<col style="width: 15%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Software</th>
<th class="tableblock halign-left valign-top">Packages</th>
<th class="tableblock halign-left valign-top">Usage</th>
<th class="tableblock halign-left valign-top">Download From</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">EPEL</p></td>
<td class="tableblock halign-left valign-top"><div><div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>

</div>
<div class="paragraph">
<p><code>epel-release-6-8.noarch</code></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Add-on packages to completed the Linux distribution.</p></td>
<td class="tableblock halign-left valign-top"><div class="literal"><pre><a href="http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch" class="bare">http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch</a></pre></div></td>
</tr>

I have NO idea why the toctitle is added to the cell?

What am I missing?


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Asciidoc-table-cell-generates-toctitle-in-table-cell-tp4250.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | @mojavelinux | http://google.com/profiles/dan.j.allen



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Asciidoc-table-cell-generates-toctitle-in-table-cell-tp4250p4251.html
To unsubscribe from Asciidoc table cell generates toctitle in table cell, click here.
NAML



--
Thanks,

Gunnar
If you think you can you can, if you think you can't you're right.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Asciidoc table cell generates toctitle in table cell

mojavelinux
Administrator
2681 posts
Gunnar,

I always post about new releases of Asciidoctor core on this mailinglist and on Twitter (search for #asciidoctor). Jérémie has been helping to keep tabs on all the other releases in the ecosystem and send those to the list as well. (See http://discuss.asciidoctor.org/Asciidoctor-Release-td4146.html).

You can also follow the releases page: https://github.com/asciidoctor/asciidoctor/releases

Cheers,

-Dan

--
Dan Allen | @mojavelinux | http://google.com/profiles/dan.j.allen