[PR #445] [MERGED] Add rule to verify style of strong #2712

Closed
opened 2026-03-07 20:10:13 +03:00 by kerem · 0 comments
Owner

📋 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: nextHead: emphasis-strong-style


📝 Commits (3)

  • 97e6cb6 Add rule to verify style of emphasis strong.
  • ddfd110 Fixup to strong-style
  • 624ea18 Rename 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.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/445 **Author:** [@regseb](https://github.com/regseb) **Created:** 10/18/2021 **Status:** ✅ Merged **Merged:** 10/21/2021 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `emphasis-strong-style` --- ### 📝 Commits (3) - [`97e6cb6`](https://github.com/DavidAnson/markdownlint/commit/97e6cb6336be61cdd5280aa61e19f36409f38035) Add rule to verify style of emphasis strong. - [`ddfd110`](https://github.com/DavidAnson/markdownlint/commit/ddfd11002819e37384e12bce8a67cbbe670eddbd) Fixup to strong-style - [`624ea18`](https://github.com/DavidAnson/markdownlint/commit/624ea1871cd46890718e6148d745916c5b3c8d5a) Rename MD049 to MD050. ### 📊 Changes **23 files changed** (+255 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Fix https://github.com/DavidAnson/markdownlint/issues/150 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:10:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#2712
No description provided.