MathJax icon indicating copy to clipboard operation
MathJax copied to clipboard

linkedom adaptor needs splitText polyfill (for TeX pre-processing)

Open pkra opened this issue 2 years ago • 1 comments

For a side project I was building a quick nodejs demo using linkedom.

I noticed that processing a page with TeX in it fails due to https://github.com/WebReflection/linkedom/issues/156.

Adding the naive implementation from the issue seemed enough to fix it.

pkra avatar Nov 16 '23 20:11 pkra

Thanks. I'll look into adding the implementation given there.

dpvc avatar Nov 17 '23 14:11 dpvc