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
'[mdast-util-gfm-footnote] Warning: Found a colon in footnote identifier `'+
166
-
id+
167
-
'`. GitHub currently crahes on colons in footnotes (see <https://github.com/github/cmark-gfm/issues/241> for more info)'
168
-
)
169
-
warningColonInFootnote=true
170
-
}
171
-
172
-
if(!warningListInFootnote){
173
-
visit(node,'list',()=>{
174
-
console.warn(
175
-
'[mdast-util-gfm-footnote] Warning: Found a list in a footnote definition. GitHub currently crahes on lists in footnotes (see <https://github.com/github/cmark-gfm/issues/241> for more info)'
0 commit comments