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: 1. this is a - this is b1 | Name | age| |---- |----| | Tom | 16 | - this is b2 - this is b3 > The actual output is as follows 1. 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
The following markdown text doesn't work:
this is a
this is a
| Name | age| |---- |----| | Tom | 16 |
related issue
markedjs/marked#1246
GitbookIO/gitbook#794