mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #445] [MERGED] Add rule to verify style of strong #867
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#867
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/DavidAnson/markdownlint/pull/445
Author: @regseb
Created: 10/18/2021
Status: ✅ Merged
Merged: 10/21/2021
Merged by: @DavidAnson
Base:
next← Head:emphasis-strong-style📝 Commits (3)
97e6cb6Add rule to verify style of emphasis strong.ddfd110Fixup to strong-style624ea18Rename MD049 to MD050.📊 Changes
23 files changed (+255 additions, -19 deletions)
View changed files
📝
.eslintignore(+1 -0)📝
README.md(+2 -1)📝
demo/markdownlint-browser.js(+47 -1)📝
doc/Rules.md(+30 -0)📝
helpers/helpers.js(+16 -0)➕
lib/md050.js(+28 -0)📝
lib/rules.js(+2 -1)📝
schema/.markdownlint.jsonc(+6 -0)📝
schema/.markdownlint.yaml(+5 -0)📝
schema/build-config-schema.js(+14 -0)📝
schema/markdownlint-config-schema.json(+43 -1)📝
test/break-all-the-rules.md(+4 -0)📝
test/emphasis_instead_of_headings.md(+1 -1)📝
test/fix_102_extra_nodes_in_link_text.md(+1 -1)📝
test/long_lines.md(+1 -1)📝
test/markdownlint-test-repos.js(+18 -2)📝
test/markdownlint-test.js(+9 -7)📝
test/mixed-emphasis-markers.md(+3 -3)📝
test/spaces_inside_emphasis_markers.md(+2 -0)➕
test/strong_style_asterisk.json(+6 -0)...and 3 more files
📄 Description
Fix https://github.com/DavidAnson/markdownlint/issues/150
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.