Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[issue] r1858 Textile Bug reports
I downloaded the latest version of Textile to test if two bugs that I have with Textile are still present in this release and they are.
Bug 1 If you put line breaks in a table cell, Textile doesn’t add the <br />
tags.
Example:
| Cell 1 | This is
cell 2 |
Produces:
<table>
<tr>
<td> Cell 1 </td>
<td> This is
cell 2 </td>
</tr>
</table>
No <br />
after “This is”.
Bug 2 Adding an (un)ordered list in a table cell results in invalid markup.
Example:
| Cell 1 | Here is a list:
* Item 1
* Item 2
|
Produces:
<table>
<tr>
<td> Cell 1 </td>
<td> Here is a list:
<ul>
<li>Item 1</li>
<li>Item 2</li></td>
</tr>
</table>
As you can see, </ul>
is missing.
My plugins : cbs_live_search (improved) – cbs_category_list – cbs_navigation_menu – cbs_gravatar (updated) – cbs_article_index – cbs_maintenance_mode (new) – cbs_section_language (new)
Offline
#2 2006-09-30 03:12:56
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: [issue] r1858 Textile Bug reports
Thanks. I can confirm both problems.
Alex
Offline