dmp-math
v0.1.4
Published
Documark plugin for adding math formulas to your document.
Maintainers
Readme
Documark Math
Documark plugin for adding math formulas to your document.
Usage
Add plugin to document configuration:
plugins: - dmp-mathThis 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.pdffile of the Documark example for the final result.
