You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: If there is a trailing space following the header of a single column table, the table does not get rendered. Multi column tables still render when there header has a trailing space.
Input:
| Single column |
|:-------|
| Row one |
| Row two |
Expected output:
Single column
Row one
Row two
Actual Output:
| Single column | |:-------| | Row one | | Row two |
The text was updated successfully, but these errors were encountered:
As you know, ShowdownJS is a free library and it will remain free forever. However, maintaining and improving the library costs time and money. Currently, we're looking to improve showdown with automated tests in all browsers and a proper domain and webpage. 500$ should be enough to to keep showdown testing framework running for a year or two.
If you like our work and find our library useful, please donate through Pledgie or directly through paypal!! Your contribution will be greatly appreciated.
Description: If there is a trailing space following the header of a single column table, the table does not get rendered. Multi column tables still render when there header has a trailing space.
Input:
Expected output:
Actual Output:
| Single column | |:-------| | Row one | | Row two |
The text was updated successfully, but these errors were encountered: