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

Update reference

parent e494b209
Branches
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
Add Math to your Markdown 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. [KaTeX](https://github.com/Khan/KaTeX) is a faster alternative to MathJax. This plugin makes it easy to support in your markdown.
Need convincing? Need convincing?
...@@ -19,14 +17,14 @@ npm install markdown-it ...@@ -19,14 +17,14 @@ npm install markdown-it
Install the plugin Install the plugin
``` ```
npm install @iktakahiro/markdown-it-katex npm install @abreto/markdown-it-katex
``` ```
Use it in your javascript Use it in your javascript
```javascript ```javascript
var md = require('markdown-it')(), var md = require('markdown-it')(),
mk = require('@iktakahiro/markdown-it-katex'); mk = require('@abreto/markdown-it-katex');
md.use(mk); md.use(mk);
......
{ {
"name": "@iktakahiro/markdown-it-katex", "name": "@abreto/markdown-it-katex",
"version": "3.1.0", "version": "3.1.0",
"description": "Fast math support for markdown-it with KaTeX", "description": "Fast math support for markdown-it with KaTeX",
"main": "index.js", "main": "index.js",
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"markdown", "markdown",
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"markdown-it-plugin", "markdown-it-plugin",
"markdown-it" "markdown-it"
], ],
"author": "Takahiro Ethan Ikeuchi @iktakahiro", "author": "Abreto Fu",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"katex": "^0.10.0" "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