Check cross-references in repository documents
Go to file
martoon a1ef695598 Notify about ambiguous anchor references
When one has several anchors with the same name, github disambiguates them automatically,
but referencesto such anchors stay fragile.

Now when such anchors are referenced then an verification error is dropped.

Also, no more wrong "anchor does not exist" error when a github-dedupicated anchor is
referenced (the link was valid, but since in our vision anchors couldn't be renamed
automatically, we treated those link as invalid).
2019-03-14 18:25:19 +03:00
exec Make verbosity a CLI parameter, not config one 2019-03-13 13:30:39 +03:00
src/Crv Notify about ambiguous anchor references 2019-03-14 18:25:19 +03:00
tests Add tests on header to anchor conversion 2019-03-11 17:16:06 +03:00
.crossref-verifier.yaml Allow to specify virtual files 2019-03-13 15:29:33 +03:00
.gitignore [INT-31] Implement cross-references verifier 2018-10-11 02:51:28 +03:00
LICENSE [INT-31] Implement cross-references verifier 2018-10-11 02:51:28 +03:00
package.yaml Allow to specify virtual files 2019-03-13 15:29:33 +03:00
README.md [INT-31] Implement cross-references verifier 2018-10-11 02:51:28 +03:00
Setup.hs [INT-31] Implement cross-references verifier 2018-10-11 02:51:28 +03:00
stack.yaml [INT-31] Add config and CLI options 2018-10-11 17:27:59 +03:00

crossref-verifier