1.0.0 • Published 7 years ago

hexo-simple-katex v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hexo-simple-katex

WARNING This project is no longer maintained. Use hexo-katexify.

Hexo plugin for rendering TeX math by katex, with no extra dependency

Installation

$ npm install hexo-simple-katex --save

Import katex.css

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">

Usage

Inline syntax

$ y = x^2 + 3 $

or display mode syntax

$$
y = x^2 + 3
$$
1.0.0

7 years ago

0.0.1

7 years ago