joplin-plugin-markmap 1.0.0 → 1.0.2

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
@@ -21,7 +21,7 @@ Each node is collapseable by clicking on it.
21
21
  - [x] License
22
22
 
23
23
  ## Known bugs
24
- - Because of note sanitization some math commands (e.g. \lt) are not visualised correctly (e.g. "<")
24
+ - Because of note sanitization some math commands (e.g. \lt) are not visualised correctly (e.g. `<`)
25
25
 
26
26
  ## Joplin Plugin Development
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-markmap",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "scripts": {
5
5
  "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
6
6
  "prepare": "npm run dist",
Binary file
@@ -10,6 +10,6 @@
10
10
  "repository_url": "https://git.fomin.site/daniel/joplin-markmap",
11
11
  "keywords": [],
12
12
  "categories": [],
13
- "_publish_hash": "sha256:d78348e8ae25b1734eee554ed617b656e3035baacfc4942e310a813ca6bfbe12",
14
- "_publish_commit": "main:c3488374ff16eb010fe483054f60c4072520b031"
13
+ "_publish_hash": "sha256:f06e41ce0db4b842e926c29c27f6a21771d40ce63fb322ba75e5ea033b01c88d",
14
+ "_publish_commit": "main:2c1f10e1e4356812d6b45ecc55fed06db7308608"
15
15
  }