- Use gray background for
<pre>
and<blockquote>
elements. - Use dark blue color for
<pre>
and<code>
elements.
- MathJax output is too small on mobile display.
- Load commonmark.min.js instead of commonmark.js.
- Support escaped dollar to represent literal dollar sign.
- Add option
commonmarkURL
to define URL to load commonmark from. - Add option
MathJaxURL
to define URL to load MathJax from.
- Do not let image width exceed the width of content.
- Ensure that
commonmark
is defined as soon as it loads so that callingrender()
directly withrenderOnLoad
option set asfalse
does not lead to an error due to undefinedcommonmark
.
- Allow content to be written directly in the body without
<textarea>
. - Support TeXMe
<script>
tag at the end of the document.
- Use jsDelivr as the CDN in examples.
- Update MathJax version used to 2.7.5.
- Add configuration options:
- style
- useMathJax
- protectMath
- renderOnLoad
- onRenderPage
- Initial release for self-rendering of MathJax + LaTeX documents.