From 33ef4bdc63f9f173112d66f07b1f79ef404cf5e4 Mon Sep 17 00:00:00 2001 From: Erik Demaine Date: Fri, 13 Jul 2018 01:19:59 -0400 Subject: [PATCH] AsciiMath: link to asciimath2tex (#1474) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 571f9898..62e5571e 100644 --- a/README.md +++ b/README.md @@ -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