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 a462b14 commit 173e1ebCopy full SHA for 173e1eb
tests/authoring/Generator/LinkReferenceFile.fs
@@ -64,13 +64,6 @@ Through various means $$$including-this-inline-syntax$$$
64
"url_path_prefix": "",
65
"links": {
66
"file.md": {},
67
- "index.md": {
68
- "anchors": [
69
- "including-this-inline-syntax",
70
- "this-anchor-is-autogenerated",
71
- "and-anchored"
72
- ]
73
- },
74
"testing/redirects/5th-page.md": {
75
"anchors": [ "bb" ]
76
},
@@ -82,6 +75,13 @@ Through various means $$$including-this-inline-syntax$$$
82
83
"testing/redirects/first-page.md": {
84
77
"anchors": [ "has-an-anchor-as-well" ]
78
+ },
79
+ "index.md": {
80
+ "anchors": [
81
+ "including-this-inline-syntax",
+ "this-anchor-is-autogenerated",
+ "and-anchored"
+ ]
85
}
86
87
"cross_links": [],
0 commit comments