eleventy-plugin-markdown-page-links 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/changelog.md +0 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleventy-plugin-markdown-page-links",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "An Eleventy plugin to generate a list of links for a particular page.",
5
5
  "repository": {
6
6
  "type": "git",
package/changelog.md DELETED
@@ -1,10 +0,0 @@
1
- # Changelog
2
-
3
- v0.0.1 - January 11, 2026
4
-
5
- Initial release.
6
-
7
- Missing:
8
-
9
- + Support for External Links only configuration option.
10
- + Link de-duplication; omitting duplicate links from shortcode output.