We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6499b07 commit aaee9fcCopy full SHA for aaee9fc
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+- Add inclusion of html internal links to backlink computation
11
+- Add detailed bad link report (#26)
12
+
13
## [1.0.6]
14
15
- Bugfix ensuring aliases value is array when treated as one (#17)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@photogabble/eleventy-plugin-interlinker",
3
- "version": "1.0.6",
+ "version": "1.1.0-rc1",
4
"description": "Obsidian WikiLinks, BackLinks and Embed support for 11ty",
5
"keywords": [
6
"11ty",
0 commit comments