rubensworks / ScholarMarkdown

A framework for writing markdown-based scholarly articles.
MIT License
42 stars 8 forks source link

Add support for LaTeX formulas #8

Closed rubensworks closed 6 years ago

rubensworks commented 6 years ago

TeX formulas are very easy to write, so there should be a way to write such formulas in article source files as well.

SsKaTeX is a server-side (kramdown-compatible) gem that converts TeX math formulas to HTML+MathML. So we should be able to include this here.