Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-01-05 15:16:59
- Bryant
- New Member
- Registered: 2010-01-05
- Posts: 1
[textile] <p> and <br/> in tables -- possible?
I’d like to put line breaks and paragraphs in my table cells; is this currently possible with Textile?
Offline
Re: [textile] <p> and <br/> in tables -- possible?
Line breaks: yes. Paragraphs: I don’t think so.
|foo
bar|
gives
<table>
<tr>
<td>foo<br />
bar</td>
</tr>
</table>
Code is topiary
Offline