Skip to content
New issue

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

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

Already on GitHub? # to your account

Table followed by a list does not parse correctly #443

Closed
ellatrix opened this issue Oct 5, 2017 · 3 comments
Closed

Table followed by a list does not parse correctly #443

ellatrix opened this issue Oct 5, 2017 · 3 comments
Assignees
Labels

Comments

@ellatrix
Copy link

ellatrix commented Oct 5, 2017

Tables won't render if it is followed by two line breaks and a list:

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| **col 3 is**  | right-aligned | $1600 |
| col 2 is      | *centered*    |   $12 |
| zebra stripes | ~~are neat~~  |    $1 |

1. test

Three line breaks in between works fine:

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| **col 3 is**  | right-aligned | $1600 |
| col 2 is      | *centered*    |   $12 |
| zebra stripes | ~~are neat~~  |    $1 |


1. test
@tivie tivie self-assigned this Oct 6, 2017
@tivie tivie added the bug label Oct 6, 2017
@tivie
Copy link
Member

tivie commented Oct 6, 2017

Verified. Bug introduced in version 1.4.4 1.4.3...1.4.4

@tivie tivie changed the title Table in front of list not rendered Table followed by a list does not parse correctly Oct 6, 2017
@tivie tivie closed this as completed in d88b095 Oct 6, 2017
@ellatrix
Copy link
Author

ellatrix commented Oct 6, 2017

Thanks!

@tivie
Copy link
Member

tivie commented Oct 6, 2017

Should be fixed in version 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.

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

No branches or pull requests

2 participants