Putting Math Equations into Markdown Document #5541
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2016-12-22 by ClearMemory041063 It worked in the markdown editor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-22 by ClearMemory041063
Putting Math Equations into Markdown Document
MathJax
asciimath
I copied an HTML example from the page
<title>MathJax AsciiMath Test Page</title> <script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=AM_CHTML"></script>mathjax/start
and pasted it here.
When `a != 0`, there are two solutions to `ax^2 + bx + c = 0` and they are
`x = (-b +- sqrt(b^2-4ac))/(2a) .`
Look at mathjax.md with a text editor such as wordpad. It's the file I used to create this post.
Looks like it didn't work on this site. Perhaps it's the way I pasted the html?
Trying code block
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions