https://github.com/inkdropapp/inkdrop-math
Add math syntax support to markdown editor and preview
https://github.com/inkdropapp/inkdrop-math
Last synced: about 1 year ago
JSON representation
Add math syntax support to markdown editor and preview
- Host: GitHub
- URL: https://github.com/inkdropapp/inkdrop-math
- Owner: inkdropapp
- License: mit
- Created: 2016-10-20T11:13:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T07:25:36.000Z (about 1 year ago)
- Last Synced: 2025-03-26T08:27:40.912Z (about 1 year ago)
- Language: Less
- Homepage: https://www.inkdrop.app/
- Size: 797 KB
- Stars: 28
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README-mobile.md
- License: LICENSE.md
Awesome Lists containing this project
README
It adds math syntax support to markdown editor and preview.
It uses [KaTeX](https://katex.org/) to render math typesetting.
## 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:

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