joplin-plugin-html-blocks 1.0.8 → 1.0.9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-html-blocks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Write styled HTML sections - cards, callouts, fancy lists, steps, timelines, grids and more - using a simple `!!! type` ... `!!!->` markdown fence.",
|
|
5
5
|
"author": "madusanka",
|
|
6
6
|
"scripts": {
|
|
Binary file
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"desktop",
|
|
8
8
|
"mobile"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.0.
|
|
10
|
+
"version": "1.0.9",
|
|
11
11
|
"name": "HTML Blocks",
|
|
12
12
|
"description": "Write styled HTML sections - cards, callouts, fancy lists, steps, timelines, grids and more - using a simple `!!! type` ... `!!!->` markdown fence.",
|
|
13
13
|
"author": "madusanka",
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
"src": "images/promo_tile.png",
|
|
50
50
|
"label": "HTML Blocks - styled cards, callouts and lists from a simple markdown fence"
|
|
51
51
|
},
|
|
52
|
-
"_publish_hash": "sha256:
|
|
53
|
-
"_publish_commit": "main:
|
|
52
|
+
"_publish_hash": "sha256:0c643bc056ea383cdce1a2c71ecf392a1e86de4f2b906f9c46dac3392b48113f",
|
|
53
|
+
"_publish_commit": "main:9d7363c06c10a900da13a6bc2da1eef2b7355ca1"
|
|
54
54
|
}
|