1.1.3 • Published 8 years ago

markjax v1.1.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

MarkJax

Markdown with LaTeX parser in Javascript

Usage

Load MarkJax into a web page by including its main JavaScript file into the page. Place the following line in the <head> section of your document:

<script type="text/javascript" src="https://codeassign.github.io/markjax/dist/markjax.min.js"></script>

Now you can write simple HTML which uses markjax:

<html>
  <head>
    <script type="text/javascript" src="https://codeassign.github.io/markjax/dist/markjax.min.js"></script>
  </head>

  <body>
    <div id="output"></div>

    <script>
      markjax("# Hello\n$\LaTeX$", document.getElementById("output"));
    </script>
  </body>
</html>

Same HTML is available here.

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago