joplin-plugin-math-mode 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,6 +26,8 @@ Try some of these!
26
26
  ```
27
27
 
28
28
  ```math
29
+ // You can leave comments inside math blocks!
30
+ # Just start a line with # or //
29
31
  combinations(6, 3)
30
32
  permutations(6, 3)
31
33
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-math-mode",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "homepage": "https://github.com/CalebJohn/joplin-math-mode",
5
5
  "description": "",
6
6
  "scripts": {
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "plugin.calebjohn.MathMode",
4
4
  "app_min_version": "1.8",
5
- "version": "0.8.0",
5
+ "version": "0.8.1",
6
6
  "name": "Math Mode",
7
7
  "description": "Turn your notes into a powerful calculator with inline math.",
8
8
  "author": "Caleb John",
@@ -37,6 +37,6 @@
37
37
  "48": "icons/48.png",
38
38
  "128": "icons/128.png"
39
39
  },
40
- "_publish_hash": "sha256:1d7aec9b7d472a19587522b53698a451ce6e4d235351d537f6441aee8c7917f6",
41
- "_publish_commit": "main:e9aea71479f29f47638af657e0638f023c0de132"
40
+ "_publish_hash": "sha256:d65cc32a1e0e36d08f69593182c1d8aebfeb335fde2044890874ce7c2a6ffd82",
41
+ "_publish_commit": "main:49d0be0c6aa29df63e02c6d621a3bf52452ea0a7"
42
42
  }