@md-plugins/md-plugin-codeblocks 0.1.0-beta.24 → 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
|
@@ -195,8 +195,8 @@ In case this README falls out of date, please refer to the [documentation](https
|
|
|
195
195
|
|
|
196
196
|
If md-plugin-codeblocks is useful in your workflow and you want to support ongoing maintenance:
|
|
197
197
|
|
|
198
|
-
GitHub Sponsors: https://github.com/sponsors/hawkeye64
|
|
199
|
-
PayPal: https://paypal.me/hawkeye64
|
|
198
|
+
- GitHub Sponsors: https://github.com/sponsors/hawkeye64
|
|
199
|
+
- PayPal: https://paypal.me/hawkeye64
|
|
200
200
|
|
|
201
201
|
## License
|
|
202
202
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@md-plugins/md-plugin-codeblocks",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.25",
|
|
4
4
|
"description": "A markdown-it plugin for code blocks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown-it",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/markdown-it": "^14.1.2",
|
|
45
45
|
"markdown-it": "^14.2.0",
|
|
46
|
-
"@md-plugins/shared": "0.1.0-beta.
|
|
46
|
+
"@md-plugins/shared": "0.1.0-beta.25"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"markdown-it": "^14.2.0"
|