kramed
kramed copied to clipboard
Rendering the table in list
The following markdown text doesn't work:
1. this is a
- this is b1
| Name | age|
|---- |----|
| Tom | 16 |
- this is b2
- this is b3
It should be rendered to:
-
this is a
- this is b1
Name age Tom 16 - this is b2
- this is b3
The actual output is as follows
-
this is a
- this is b1
| Name | age| |---- |----| | Tom | 16 |
- this is b2
- this is b3
related issue
https://github.com/markedjs/marked/issues/1246
https://github.com/GitbookIO/gitbook/issues/794