dmp-math
v0.1.4
Published
Documark plugin for adding math formulas to your document.
Downloads
4
Maintainers
Readme
Documark Math
Documark plugin for adding math formulas to your document.
Usage
Add plugin to document configuration:
plugins: - dmp-math
This will inject MathJax JS v2.5, so you can use it in your document:
p Here is a random math formula: //- Block: | $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ //- Inline: p Some other text with inline math %% \sqrt{b^2-4ac} %%. Neat!
The output will look something like this:
See the
Example.pdf
file of the Documark example for the final result.