-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cli: avoid spaces in metavar * errors: change formatting * tests: accept new output
- Loading branch information
Showing
37 changed files
with
685 additions
and
992 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ library: | |
- filepath | ||
- fmt | ||
- ftp-client | ||
- crypton-connection | ||
- Glob | ||
- http-client | ||
- http-types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,26 @@ | ||
=== Invalid references found === | ||
a.md:16:1-43: bad reference: | ||
The reference to "ambiguous anchor in this file" failed verification. | ||
- anchor (file-local): some-text | ||
Ambiguous reference to anchor 'some-text' | ||
In file a.md | ||
It could refer to either: | ||
- some-text (header I) 6:1-11 | ||
- some-text (header I) 8:1-15 | ||
- some-text (header II) 12:1-12 | ||
Use of ambiguous anchors is discouraged because the target | ||
can change silently while the document containing it evolves. | ||
|
||
➥ In file a.md | ||
bad reference (file-local) at src:16:1-43: | ||
- text: "ambiguous anchor in this file" | ||
- anchor: some-text | ||
|
||
Ambiguous reference to anchor 'some-text' | ||
In file a.md | ||
It could refer to either: | ||
- some-text (header I) at src:6:1-11 | ||
- some-text (header I) at src:8:1-15 | ||
- some-text (header II) at src:12:1-12 | ||
Use of ambiguous anchors is discouraged because the target | ||
can change silently while the document containing it evolves. | ||
|
||
➥ In file b.md | ||
bad reference (relative) at src:7:1-48: | ||
- text: "ambiguous anchor in other file" | ||
- link: a.md | ||
- anchor: some-text | ||
|
||
Ambiguous reference to anchor 'some-text' | ||
In file a.md | ||
It could refer to either: | ||
- some-text (header I) at src:6:1-11 | ||
- some-text (header I) at src:8:1-15 | ||
- some-text (header II) at src:12:1-12 | ||
Use of ambiguous anchors is discouraged because the target | ||
can change silently while the document containing it evolves. | ||
b.md:7:1-48: bad reference: | ||
The reference to "ambiguous anchor in other file" failed verification. | ||
- link (relative): a.md | ||
- anchor: some-text | ||
Ambiguous reference to anchor 'some-text' | ||
In file a.md | ||
It could refer to either: | ||
- some-text (header I) 6:1-11 | ||
- some-text (header I) 8:1-15 | ||
- some-text (header II) 12:1-12 | ||
Use of ambiguous anchors is discouraged because the target | ||
can change silently while the document containing it evolves. | ||
|
||
Invalid references dumped, 2 in total. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,19 @@ | ||
=== Invalid references found === | ||
a.md:12:1-13: bad reference: | ||
The reference to "broken" failed verification. | ||
- anchor (file-local): h3 | ||
Anchor 'h3' is not present, did you mean: | ||
- h1 (header I) 6:1-4 | ||
- h2 (header II) 8:1-5 | ||
|
||
➥ In file a.md | ||
bad reference (file-local) at src:12:1-13: | ||
- text: "broken" | ||
- anchor: h3 | ||
a.md:14:1-18: bad reference: | ||
The reference to "broken" failed verification. | ||
- anchor (file-local): heading | ||
Anchor 'heading' is not present, did you mean: | ||
- the-heading (header I) 10:1-13 | ||
|
||
Anchor 'h3' is not present, did you mean: | ||
- h1 (header I) at src:6:1-4 | ||
- h2 (header II) at src:8:1-5 | ||
|
||
➥ In file a.md | ||
bad reference (file-local) at src:14:1-18: | ||
- text: "broken" | ||
- anchor: heading | ||
|
||
Anchor 'heading' is not present, did you mean: | ||
- the-heading (header I) at src:10:1-13 | ||
|
||
➥ In file a.md | ||
bad reference (file-local) at src:16:1-31: | ||
- text: "broken" | ||
- anchor: really-unique-anchor | ||
|
||
Anchor 'really-unique-anchor' is not present | ||
a.md:16:1-31: bad reference: | ||
The reference to "broken" failed verification. | ||
- anchor (file-local): really-unique-anchor | ||
Anchor 'really-unique-anchor' is not present | ||
|
||
Invalid references dumped, 3 in total. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.