Hacker News new | ask | show | jobs
by azangru 1843 days ago
From the abstract:

> The resulting HTML document already contains prerendered math formulas, so browsers won't have the burden of math rendering via scripting.

It wants the math support of latex in an html document generated from the markdown source file.

1 comments

KaTeX already provides pre-rendering of math. If you want to start with Markdown you can use Pandoc. Then you can get TeX, HTML, and even Word formats from the same source. This project seems to only work with one particular editor, as well.