Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trailing spaces following table header prevent single column tables from rendering #442

Closed
wlayton2 opened this issue Oct 4, 2017 · 2 comments
Assignees
Labels

Comments

@wlayton2
Copy link

wlayton2 commented Oct 4, 2017

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 |

@tivie tivie self-assigned this Oct 4, 2017
@tivie
Copy link
Member

tivie commented Oct 4, 2017

Verified. The issue is not that serious and it should be an easy fix.

@tivie tivie added the bug label Oct 4, 2017
@tivie tivie closed this as completed in 66bdd21 Oct 6, 2017
@tivie
Copy link
Member

tivie commented Oct 6, 2017

Should be fixed in v 1.7.6


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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants