Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Using Mathjax CDN #3

Description

@saselberg

Hi, Just a possible suggestion. Adding the following into the atlassian-plugin.xml file will insert the call to pull the latest version of MathJax from the mathjax CDN.

<web-panel key="include-mathjax-library" location="atl.header">
    <resource name="view" type="static"><![CDATA[
    <script type="text/javascript" 
        async 
        src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
    </script>

]]>

</web-panel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions