reversemarkdown-net icon indicating copy to clipboard operation
reversemarkdown-net copied to clipboard

Regression Bug converting tables to markdown 3.24.0

Open mos379 opened this issue 1 year ago • 0 comments

This does NOT happen in 3.23.1

<thead>
<tr>
<th style="text-align: left;">Progression</th>
<th style="text-align: left;">Focus</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Press</td>
<td style="text-align: left;">Pulling the chin back and pressing the bar straight up</td>
</tr>
<tr>
<td style="text-align: left;">Press</td>
<td style="text-align: left;">Finish with the bar directly overhead</td>
</tr>
<tr>
<td style="text-align: left;">Press</td>
<td style="text-align: left;">Keep the bar as close to the body as possible while pressing</td>
</tr>
<tr>
<td style="text-align: left;">Press</td>
<td style="text-align: left;">Return the bar to the rack from overhead. Elbows stay in front of the bar</td>
</tr>
</tbody>

generates an extra space in front of the first row

| Progression | Focus |
| --- | --- |
 | Press | Pulling the chin back and pressing the bar straight up |
| Press | Finish with the bar directly overhead |
| Press | Keep the bar as close to the body as possible while pressing |
| Press | Return the bar to the rack from overhead. Elbows stay

mos379 avatar Oct 02 '22 09:10 mos379