@md-plugins/md-plugin-headers 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
|
@@ -158,8 +158,8 @@ In case this README falls out of date, please refer to the [documentation](https
|
|
|
158
158
|
|
|
159
159
|
If md-plugin-headers is useful in your workflow and you want to support ongoing maintenance:
|
|
160
160
|
|
|
161
|
-
GitHub Sponsors: https://github.com/sponsors/hawkeye64
|
|
162
|
-
PayPal: https://paypal.me/hawkeye64
|
|
161
|
+
- GitHub Sponsors: https://github.com/sponsors/hawkeye64
|
|
162
|
+
- PayPal: https://paypal.me/hawkeye64
|
|
163
163
|
|
|
164
164
|
## License
|
|
165
165
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@md-plugins/md-plugin-headers",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.25",
|
|
4
4
|
"description": "A markdown-it plugin for handling headers (H1-H6).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown-it",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/markdown-it": "^14.1.2",
|
|
40
40
|
"markdown-it": "^14.2.0",
|
|
41
|
-
"@md-plugins/shared": "0.1.0-beta.
|
|
41
|
+
"@md-plugins/shared": "0.1.0-beta.25"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"markdown-it": "^14.2.0"
|