Skip to content

Commit 50a7b08

Browse files
committed
cope with deprecated <fn> tag
just transform its contents
1 parent 65a8b26 commit 50a7b08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ctop.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ CToP.tokens = {
299299
CToP.tokens['ci'](parentNode,contentMMLNode);
300300
}
301301
},
302+
"fn": function(parentNode,contentMMLNode,precedence) {
303+
CToP.applyTransform(parentNode,CToP.children(contentMMLNode)[0],precedence);
304+
},
302305

303306
"naturalnumbers": CToP.identifier('\u2115'),
304307
"integers": CToP.identifier('\u2124'),

0 commit comments

Comments
 (0)