NppMarkdownPanel
NppMarkdownPanel copied to clipboard
Mathematical Expressions
Add support for mathematical expressions in Markdown using LaTeX formatting similar to GitHub's support. It uses MathJax JavaScript library for this support.
For example this:
$64 \cdot n \cdot \log_{10}(n)$
renders as: $64 \cdot n \cdot \log_{10}(n)$
+1 I would really like this functionality too! For the time being, you could use MathML: https://developer.mozilla.org/en-US/docs/Web/MathML which renders fine in the preview.
Example:
<math display="block">
<mi>E</mi>
<mo>=</mo>
<mi>m</mi>
<msup>
<mi>c</mi>
<mn>2</mn>
</msup>
</math>
You can use MathJax. Please have a look at the following example: Test-MD-TeX2jax