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
thrownewError('invalid node. Invalid table of contents (toc) comment. Ensure that the Markdown file includes both starting and ending `toc` comments. Node: `'+node.value+'`.');
thrownewError('invalid node. Invalid table of contents (toc) comment. Ensure that the Markdown file includes both starting and ending `toc` comments. Node: `'+node.value+'`.');
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/remark/plugins/remark-stdlib-related/lib/transformer.js
+41-39Lines changed: 41 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -188,48 +188,50 @@ function transformer( tree, file ) {
188
188
if(i===parent.children.length-1){
189
189
thrownewError(format('invalid node. Ensure that the Markdown file includes both a starting `<section class="related">` and closing `</section>\n\n<!-- /.related -->`. Node: `%s`.',node.value));
0 commit comments