Skip to content

ASCIIMATH and MathJAX #523

@NoBodyButMe

Description

@NoBodyButMe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions