@md-plugins/md-plugin-containers 0.1.0-beta.23 → 0.1.0-beta.25
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -221,8 +221,8 @@ In case this README falls out of date, please refer to the [documentation](https
|
|
|
221
221
|
|
|
222
222
|
If md-plugin-containers is useful in your workflow and you want to support ongoing maintenance:
|
|
223
223
|
|
|
224
|
-
GitHub Sponsors: https://github.com/sponsors/hawkeye64
|
|
225
|
-
PayPal: https://paypal.me/hawkeye64
|
|
224
|
+
- GitHub Sponsors: https://github.com/sponsors/hawkeye64
|
|
225
|
+
- PayPal: https://paypal.me/hawkeye64
|
|
226
226
|
|
|
227
227
|
## License
|
|
228
228
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@md-plugins/md-plugin-containers",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.25",
|
|
4
4
|
"description": "A markdown-it plugin for handling custom containers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown-it",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@types/markdown-it-container": "^4.0.0",
|
|
41
41
|
"markdown-it": "^14.2.0",
|
|
42
42
|
"markdown-it-container": "^4.0.0",
|
|
43
|
-
"@md-plugins/shared": "0.1.0-beta.
|
|
43
|
+
"@md-plugins/shared": "0.1.0-beta.25"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"markdown-it": "^14.2.0",
|