-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hello!
It seems that in case of multiline header your plug-in somehow miss to add thead_close and thus it crash markdown-it-attrs.
But in case multiline on tbody everything is ok.
| Col | Col | \
| 1 | 2 |
| ---: | :---|
|1|2| \
|3|4|
| ^^ |6|
{.dataTable}I tried to run into code but stucked in somewhere here
markdown-it-multimd-table/index.js
Line 370 in 3477cd3
| tag = (trToken.meta.type === 0x00100) ? 'thead' : 'tbody'; |
Thanks for a great work and useful plugin. :)
Metadata
Metadata
Assignees
Labels
No labels