Steven Hé (Sīchàng)
Steven Hé (Sīchàng)
Is this problem still there? I don't have a Raspberry Pi to test it.
Does this problem still exist? Where? Is it on all non-macOS ARM platforms? I think we just need to specify the features for the `katex` crate correctly.
Using `duktape` is not a good solution because [it cannot render some expressions](https://github.com/xu-cheng/katex-rs/issues/12). It should only be used to mitigate the build failures on specific platforms. It seems that both...
Quickjs does not support Linux on ARM, then.
I will change the build to use `duktype` on Linux ARM as I did with Windows. However, `duktype` does not support all ECMAScript 2020 so some expressions would not be...
Would it build for you on the latest release, @hwf1324?
That's great. Then, I assume this is completed. For future references, the corresponding commit is [move tests to folder;complicate when to use duktape](https://github.com/lzanini/mdbook-katex/commit/15ecaeeed404ab2e548cd45809ea4e223103e6c4).
It should build now since I changed the Windows build to with `duktype`. Please open another issue if you have other issues.
Should have been fixed.
Should be fixed by https://github.com/SichangHe/mdbook-katex2/commit/825b6237a5c03ab629ba60dcccf4b2548c71f6f2.