1.1.0 • Published 6 years ago
hexo-katexify v1.1.0
hexo-katexify · 
Hexo plugin for rendering TeX math by katex. This plugin is based on the work of haripo.
Installation
$ npm install hexo-katexify --save
$ npm testor with yarn
$ yarn add hexo-katexify
$ yarn testImport 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
$$