Typeset LaTeX maths expressions using KaTeX.
npm install ember-cli-latex-mathsember-cli-latex-maths
==============================================================================




Ember CLI addon to typeset LaTeX maths expressions using KaTeX.
Compatibility
------------------------------------------------------------------------------
* Ember.js v2.18 or above
* Ember CLI v2.13 or above
Installation
------------------------------------------------------------------------------
```
ember install ember-cli-latex-maths
Usage
------------------------------------------------------------------------------
`handlebars`
{{latex-maths expr="a^2 + b^2 = c^2"}}
`handlebars`
{{latex-maths expr="c = \sqrt{a^2 + b^2}" display=true}}
`handlebars``
{{latex-maths expr="c = \sqrt{a^2 + b^2 \illegal}" throwOnError=false}}
Contributing
------------------------------------------------------------------------------
See the Contributing guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the MIT License.