mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
1,003 B
1,003 B
Spaces Inside Link Text
foo {MD039}
foo {MD039}
foo {MD039}
"foo" {MD039}
foo
{MD039}
foo {MD039}
The following shouldn't break anything:
function CodeButNotCode(input) { return input.replace(/- /g, "one"); // {MD039} }
function MoreCodeButNotCode(input) { input = input.replace(/- /g, "two"); // {MD039} input = input.toLowerCase(); input = input.replace(/- /g, "three"); // {MD039} return input; }
Wrapped link with leading space {MD039}
Non-wrapped link with leading space {MD039}