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

Broken tables which are wrapped with div #28

Open
thenamankumar opened this issue Apr 20, 2022 · 1 comment
Open

Broken tables which are wrapped with div #28

thenamankumar opened this issue Apr 20, 2022 · 1 comment

Comments

@thenamankumar
Copy link

We are using this package at Source Graph to render markdown files.

The markdown table is not converted into HTML if it is wrapped with div in the markdown text. Also reproducible in this file.

We are tracking it at Source Graph under this issue.

Works:

| Users        | Instance type |
| ------------ | ------------- |
| 10-25        | t2.xlarge     |
| 25-500       | t2.xlarge     |
| 500-2,000    | t2.xlarge     | 
| 2,000-4,000  | t2.xlarge     |
| 4,000-10,000 | t2.xlarge     | 
| 10,000+      | t2.2xlarge    |

image

Breaks:

<div class="table">

| Users        | Instance type |
| ------------ | ------------- |
| 10-25        | t2.xlarge     |
| 25-500       | t2.xlarge     |
| 500-2,000    | t2.xlarge     | 
| 2,000-4,000  | t2.xlarge     |
| 4,000-10,000 | t2.xlarge     | 
| 10,000+      | t2.2xlarge    |

</div>

image

@thenamankumar
Copy link
Author

cc: @erzhtor

@thenamankumar thenamankumar changed the title Broken tables with wrapped with div Broken tables which are wrapped with div Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant