tkybpp / inkdrop-math

Add math syntax support to markdown editor and preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

math

It adds math syntax support to markdown editor and preview.

Install

ipm install math

Usage

LaTeX syntax

You can write equations in LaTeX syntax like this:

```math
\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
```

or

$$
\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
$$

It will be rendered as:

block example

Inline example:

Inline math: $\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}$

It will produce:

inline example

About

Add math syntax support to markdown editor and preview

License:MIT License


Languages

Language:CSS 54.2%Language:JavaScript 45.8%