Skip to content

Jeff-Tian/vscode-markdown-math

 
 

Repository files navigation

Markdown Math

Adds math support to VS Code's built-in markdown preview using KaTeX.

Features

This extension supports inline math using the $ delimiter and block math using the $$ delimiter.

Inline math

$a + b = c$
$$a^2$$.abc
abc $$a^2$$

Block math

$$a^2$$
$$
f(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi \xi x} \,d\xi
$$

About

adds math support to VS Code's built-in markdown preview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%