AsciiMath: link to asciimath2tex (#1474)

This commit is contained in:
Erik Demaine
2018-07-13 01:19:59 -04:00
committed by ylemkimon
parent 747a98555d
commit 33ef4bdc63

View File

@@ -164,6 +164,13 @@ will appear larger than 1cm in browser units.
- [katex-ruby](https://github.com/glebm/katex-ruby) Provides server-side rendering and integration with popular Ruby web frameworks (Rails, Hanami, and anything that uses Sprockets).
### AsciiMath
If you want to render math written in [AsciiMath](http://asciimath.org/),
you'll need to first convert AsciiMath into LaTeX input, then call KaTeX.
- [asciimath2tex](https://github.com/christianp/asciimath2tex)
converts AsciiMath to TeX, with KaTeX in mind
## Contributing