Skip to content

Conversation

@73jn
Copy link

@73jn 73jn commented Mar 8, 2023

Possibility to export mathematical functions. Closes #276, #237

{{{content}}}
</body>
</html>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

template/template.html

@VVsxmja
Copy link

VVsxmja commented Apr 11, 2023

You can enable automatic linebreaking↙️ to avoid overflow when a math expression is too long.

<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    tex2jax: {
      inlineMath: [ ['$','$'] ],
      displayMath: [ ['$$','$$'] ],
    },
    "CommonHTML": { linebreaks: { automatic: true } },
    "HTML-CSS": { linebreaks: { automatic: true } },
  });
</script>

@yzane yzane added the math label Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Math support

4 participants