Skip to content
Snippets Groups Projects
Commit 9fc7e66d authored by iktakahiro's avatar iktakahiro
Browse files

Merge branch 'release/3.0.3'

parents 87bf73a8 be9df982
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ var result = md.render('# Math Rulez! \n $\\sqrt{3x-1}+(1+x)^2$');
Include the KaTeX stylesheet in your html:
```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css">
```
If you're using the default markdown-it parser, I also recommend the [github stylesheet](https://github.com/sindresorhus/github-markdown-css):
......
{
"name": "@iktakahiro/markdown-it-katex",
"version": "3.0.2",
"version": "3.0.3",
"description": "Fast math support for markdown-it with KaTeX",
"main": "index.js",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment