Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-04-02 11:33:16
- bengu
- New Member
- Registered: 2007-04-02
- Posts: 1
[textile] tables and paragraphs - Is this a bug?
Hi,
i’m using textile as a part of my preffered CMS Redaxo. The currently used textile version in Redaxo is 1.6. I just stumbled on this bug:
Input:
|text|text
paragraph|
Output with textile 1.6:
<table>
<tr>
<td>text</td>
<td>text
<p>paragraph</td></p>
</tr>
</table>
Output with textile 2.x:
<p>|text|text</p>
<p>paragraph|</p>
So what's the deal.. is my input simply not allowed? Is it a bug?
thx for any clarification..
Ben
Offline