Added 'katex-element' (#1905)

* Added 'katex-element'

* Update docs/libs.md

Co-Authored-By: georges-gomes <georges.gomes@gmail.com>

* Added colon between name and description

Like others
This commit is contained in:
georges-gomes
2019-04-01 15:59:55 +02:00
committed by Erik Demaine
parent 01a94d5f07
commit 31c02f2976

View File

@@ -42,3 +42,6 @@ you'll need to first convert AsciiMath into LaTeX input, then call KaTeX.
### Canvas LaTeX
- [canvas-latex](https://github.com/CurriculumAssociates/canvas-latex): Renders mathematical expressions on HTML5's canvas element. Supports popular libraries like: CreateJS, and PIXI.
### Web-Components
- [katex-element](https://github.com/georges-gomes/katex-element): KaTeX wrapped in a custom element. Simply use `<katex-element>` in HTML - framework independent.