You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/test_proj/node_modules/turndown-plugin-gfm/lib/turndown-plugin-gfm.cjs.js:100
var parentNode = tr.parentNode;
^
TypeError: Cannot read property 'parentNode' of undefined
at isHeadingRow (/test_proj/node_modules/turndown-plugin-gfm/lib/turndown-plugin-gfm.cjs.js:100:23)
at Object.filter (/test_proj/node_modules/turndown-plugin-gfm/lib/turndown-plugin-gfm.cjs.js:77:41)
at filterValue (/test_proj/node_modules/turndown/lib/turndown.cjs.js:364:16)
at findRule (/test_proj/node_modules/turndown/lib/turndown.cjs.js:352:9)
at Rules.forNode (/test_proj/node_modules/turndown/lib/turndown.cjs.js:337:17)
at TurndownService.replacementForNode (/test_proj/node_modules/turndown/lib/turndown.cjs.js:823:25)
at /test_proj/node_modules/turndown/lib/turndown.cjs.js:788:40
at Proxy.reduce (<anonymous>)
at TurndownService.process (/test_proj/node_modules/turndown/lib/turndown.cjs.js:781:17)
at TurndownService.turndown (/test_proj/node_modules/turndown/lib/turndown.cjs.js:693:26)
The text was updated successfully, but these errors were encountered:
Hi. Thanks for a great library and plugin! 🍎
[email protected]
[email protected]
This code produces an error. Removing
<caption>
from<table>
makes the code work fine.The text was updated successfully, but these errors were encountered: