Skip to content
Snippets Groups Projects
Unverified Commit 3f07f982 authored by Abreto Fu's avatar Abreto Fu
Browse files

Update reference

parent e494b209
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@
Add Math to your Markdown
[![Build Status](https://travis-ci.org/iktakahiro/markdown-it-katex.svg?branch=master)](https://travis-ci.org/iktakahiro/markdown-it-katex)
[KaTeX](https://github.com/Khan/KaTeX) is a faster alternative to MathJax. This plugin makes it easy to support in your markdown.
Need convincing?
......@@ -19,14 +17,14 @@ npm install markdown-it
Install the plugin
```
npm install @iktakahiro/markdown-it-katex
npm install @abreto/markdown-it-katex
```
Use it in your javascript
```javascript
var md = require('markdown-it')(),
mk = require('@iktakahiro/markdown-it-katex');
mk = require('@abreto/markdown-it-katex');
md.use(mk);
......
{
"name": "@iktakahiro/markdown-it-katex",
"name": "@abreto/markdown-it-katex",
"version": "3.1.0",
"description": "Fast math support for markdown-it with KaTeX",
"main": "index.js",
......@@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:iktakahiro/markdown-it-katex.git"
"url": "git+ssh://git@github.com:Abreto/markdown-it-katex.git"
},
"keywords": [
"markdown",
......@@ -19,7 +19,7 @@
"markdown-it-plugin",
"markdown-it"
],
"author": "Takahiro Ethan Ikeuchi @iktakahiro",
"author": "Abreto Fu",
"license": "MIT",
"dependencies": {
"katex": "^0.10.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment