1.1.0 • Published 4 years ago

hexo-katexify v1.1.0

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

hexo-katexify · build status

Hexo plugin for rendering TeX math by katex. This plugin is based on the work of haripo.

Installation

$ npm install hexo-katexify --save
$ npm test

or with yarn

$ yarn add hexo-katexify
$ yarn test

Import katex.min.css (in template)

<head>
  <!-- other code goes here -->

  <link href="/katexify/katex.min.css" rel="stylesheet" />
</head>

Usage

Inline syntax

$ y = x^2 + 3 $

or display mode syntax

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

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago