Open Yankie opened 3 months ago
I missed marking the first line because the trToken
refers to the last line and is dropped. As a result, the multiline row isn't detected as the last row in the table header.
Thank you for the report. I'll fix this in the next release.
Hello! It seems that in case of multiline header your plug-in somehow miss to add
thead_close
and thus it crashmarkdown-it-attrs
. But in case multiline ontbody
everything is ok.I tried to run into code but stucked in somewhere here https://github.com/redbug312/markdown-it-multimd-table/blob/3477cd3c46ddfecb534189e089192fad06e390a7/index.js#L370
Thanks for a great work and useful plugin. :)