Update MD039/no-space-in-links to handle hardbreaks (fixes #222).

This commit is contained in:
David Anson 2019-09-28 22:50:33 -07:00
parent fa9e08cf53
commit 1edb3f0a78
2 changed files with 9 additions and 4 deletions

View file

@ -41,3 +41,7 @@ function MoreCodeButNotCode(input) {
input = input.replace(/[- ]([a-z])/g, "three"); // {MD039}
return input;
}
[Links](ending)
[with](spaces)
[error ]({MD039})