Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 325cb9c

Browse files
committed
0.5.0
1 parent 68bf230 commit 325cb9c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A [reveal.js](https://github.com/hakimel/reveal.js) plugin that renders mathemat
1212

1313
## Plugin setup
1414

15-
1. Download the latest release ([tar.gz](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.4.0/reveal.js-math-katex-0.4.0.tar.gz) or [zip](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.4.0/reveal.js-math-katex-0.4.0.zip)) and extract it into the `plugin` directory of your reveal.js presentation.
15+
1. Download the latest release ([tar.gz](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.5.0/reveal.js-math-katex-0.5.0.tar.gz) or [zip](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.5.0/reveal.js-math-katex-0.5.0.zip)) and extract it into the `plugin` directory of your reveal.js presentation.
1616

1717
2. Tell reveal.js to use the plugin:
1818

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reveal.js-math-katex-plugin",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"description": "reveal.js plugin that renders mathematical formulas using KaTeX",
66
"scripts": {
77
"test": "./node_modules/.bin/mocha-phantomjs test/test-runner.html"

0 commit comments

Comments
 (0)