Skip to content

Instantly share code, notes, and snippets.

View jk13o3lll's full-sized avatar

Chien-Chih Wang jk13o3lll

View GitHub Profile

Problem

A lot of GitHub projects need to have pretty math formulas in READMEs, wikis or other markdown pages. The desired approach would be to just write inline LaTeX-style formulas like this:

$e^{i \pi} = -1$

Unfortunately, GitHub does not support inline formulas. The issue is tracked here.

Investigation