Skip to content

Commit

Permalink
fixup! fixup! [#64] Implement copy/paste protection checks
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriRomanowski committed Dec 23, 2022
1 parent 2e0d0f6 commit a844583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ There are several ways to fix this:
* This behavior can be disabled by removing the corresponding entry from the `ignoreExternalRefsTo` list in the config file.

1. How does the copy-paste check work?
* If there are some references with the same links and for one of them name is similar to the link itself, other links may turn out to be copypasted from that link. Example:
* If there are some references with the same links and for one of them the link's text is similar to the link itself, other links may turn out to be copypasted from that link. Example:
```md
Links with bad copypaste:
Links with bad copy-paste:
[good link](https://good.link.uri/).
[copypasted link](https://good.link.uri/).
```
Expand Down

0 comments on commit a844583

Please sign in to comment.