
Lists in a table?
Reported by Granola | August 9th, 2012 @ 07:33 PM
Within a table, an ordered or an unordered list will not be rendered, such as:
| A list of items |# A first item
# A second item
# A third |
The output is:
<table>
<tr>
<td> A list of items </td>
<td># A first item<br />
# A second item<br />
# A third </td>
</tr>
</table>
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML