markdown-it-classy
markdown-it-classy copied to clipboard
Error occurs when parsing empty header cell
I integrate markdown-it in my website and it works fine. But when i use this plugin to parse following code, error occurs
| | a | b |
| :--- | :--- | : --- |
|1 | A | B |
TypeError: tokens[(numChildren - 1)] is undefined