Skip to content
Snippets Groups Projects
Commit c5a0bbc5 authored by Waylon Flinn's avatar Waylon Flinn
Browse files

clarify usage

parent 2f0dd45d
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,14 @@ KaTeX is fast. This plugin makes it easy to support it in your markdown. ...@@ -6,10 +6,14 @@ KaTeX is fast. This plugin makes it easy to support it in your markdown.
## Usage ## Usage
Install the plugin
``` ```
npm install markdown-it-katex npm install markdown-it-katex
``` ```
Include it in your javascript
```javascript ```javascript
var md = require('markdown-it')(), var md = require('markdown-it')(),
mk = require('markdown-it-katex'); mk = require('markdown-it-katex');
......
{ {
"name": "markdown-it-katex", "name": "markdown-it-katex",
"version": "1.0.1", "version": "1.0.2",
"description": "Easy KaTeX support for markdown-it ", "description": "Easy KaTeX support for markdown-it ",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment