BoostIO/Boostnote
$40.00
$10.00Solve someone else's bounty request by clicking on it and completing the funding to earn additional credits
![](https://avatars1.githubusercontent.com/u/38711189?v=4)
![](https://avatars1.githubusercontent.com/u/38711189?v=4)
![](https://avatars1.githubusercontent.com/u/38711189?v=4)
![](https://avatars2.githubusercontent.com/u/587742?v=4)
Do you want to work on this issue?
You can request for a bounty in order to promote it!
2 active bounty requests
HTML Table does not render if there's blank line inside markup #2011
d4nyll posted onGitHub
Current behavior
Given the following input:
<table>
<thead>
<tr>
<th>Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Field 1</td>
<td>Field 2</td>
<td>Field 3</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Field 1</td>
<td>Field 2</td>
<td>Field 3</td>
</tr>
</tbody>
</table>
I am getting the following preview:
Only the second table renders properly. The first table does not render properly.
Expected behavior
Both tables to render correctly.
Steps to reproduce
- Create a new Markdown Note
- Paste the above markup in the editor
Environment
- Version : 0.11.4
- OS Version and name : Ubuntu 17.10