question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use MathJax or other rendering engine?

See original GitHub issue

When using MathJax via <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script> the equations are not rerendered.

Do you have any recommendation for that?

The problem can be seen in this example: https://raw.githubusercontent.com/oplatek/lxmls-toolkit/lecture_notes/lecture_notes/7-16-01morning-session.md

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
shimecommented, Oct 10, 2015

What’s the problem here? Would you like livedown to support an option for rendering math expressions out of the box?

Something like

livedown start --math example.md
0reactions
hcgatewoodcommented, Mar 5, 2019

Until this gets resolved/pulled, feel free to check out my fork which includes automatic handling of KaTeX equations @hcgatewood/livedown. Installation via npm install -g git+https://github.com/hcgatewood/livedown.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Putting mathematics on the Web with MathJax - W3C
MathJax can be configured to use native MathML rendering when available, allowing readers with MathML-enabled browsers to use that built-in ...
Read more >
Specific issue regarding MathJax, then (auto?) save to word or ...
Another way would be to first pre-process using MathJax-node and then pass the result to wkhtmltopdf (then you don't have to wait for...
Read more >
MathJax Output Formats
Currently, MathJax can render math in three ways: Using HTML-with-CSS to lay out the mathematics,; Using SVG to lay out the mathematics, or;...
Read more >
Understanding Learnosity's Math Rendering Options
Content authored using MathJax could sometimes have different LaTex from the one used in MathQuill, which is not ideal, especially when copying LaTex...
Read more >
Rendering MathJaX: cropped formulas - Mathematics Meta
Try switching the renderer using the MathJax contextual menu (on any typeset math). MathJax has several different output formats.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found