
Extra line breaks with raw html table.
Reported by Bradley Geilfuss | April 27th, 2015 @ 08:05 PM
I've got the following in a textile file (that I'm rendering in Jekyll 2.5.3, with RedCloth 4.2.9):
Why so many extra <br> space below?
<table>
<tr>
<td>
* element_1
* element_2
* element_3
</td>
<td>
* element_4
* element_5
* element_6
</td>
<td>
* element_7
* element_8
* element_9
</td>
</tr>
</table>
This is being interpreted as follows:
<p>Why so many extra <br> space below?<br>
</p><br><br><br><br><br><br><table>
<tbody><tr>
<td><p></p>
<ul>
<li>element_1</li>
<li>element_2</li>
<li>element_3<br>
</ul>
etc.
The run of six line breaks between the first paragraph block and the table seems incorrect, unless I'm misunderstanding something.
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