Hello
I want to use vivliostyle and MathJax to render ASCIIMATH, but that doesn't seem to be possible.
When I use the following code in another page it works without any problem:
<script>
MathJax.Hub.Config({
asciimath2jax: {
delimiters: [['`','`'], ['$','$']]
}
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
But when I try to use it in the "viewer" it only renders MathML, but not the ASCIIMATH-code.
Hello
I want to use vivliostyle and MathJax to render ASCIIMATH, but that doesn't seem to be possible.
When I use the following code in another page it works without any problem:
<script> MathJax.Hub.Config({ asciimath2jax: { delimiters: [['`','`'], ['$','$']] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"> </script>But when I try to use it in the "viewer" it only renders MathML, but not the ASCIIMATH-code.