Refactor new MD054/link-image-style rule, add tests, update documentation (fixes #40, fixes #399).

This commit is contained in:
David Anson 2023-10-25 20:05:19 -07:00
parent 460836445c
commit 10f095c4fd
32 changed files with 3149 additions and 333 deletions

View file

@ -58,7 +58,7 @@ const impl =
module.exports = [
{
"names": [ "MD049", "emphasis-style" ],
"description": "Emphasis style should be consistent",
"description": "Emphasis style",
"tags": [ "emphasis" ],
"function": function MD049(params, onError) {
return impl(
@ -73,7 +73,7 @@ module.exports = [
},
{
"names": [ "MD050", "strong-style" ],
"description": "Strong style should be consistent",
"description": "Strong style",
"tags": [ "emphasis" ],
"function": function MD050(params, onError) {
return impl(