Jiaxi Yang

Results 1 comments of Jiaxi Yang

I came into the same problem when rendering KaTeX math formula, I wrote this to fix. ```js transform = (node, index) => { if (node.type === 'tag' && node.name ===...