[PR #448] [MERGED] Add MD049/emphasis-style (fixes #150). #868

Closed
opened 2026-03-03 01:30:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/448
Author: @regseb
Created: 10/21/2021
Status: Merged
Merged: 10/24/2021
Merged by: @DavidAnson

Base: nextHead: emphasis-style


📝 Commits (2)

  • dacee66 Add MD049/emphasis-style (fixes #150).
  • 9314cb3 Merge branch 'next' into emphasis-style

📊 Changes

27 files changed (+418 additions, -35 deletions)

View changed files

📝 README.md (+2 -1)
📝 demo/markdownlint-browser.js (+31 -0)
📝 doc/Rules.md (+33 -3)
lib/md049.js (+28 -0)
📝 lib/rules.js (+1 -0)
📝 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/detailed-results-MD031-MD040.json (+2 -1)
📝 test/emphasis-not-heading-in-blockquote.md (+2 -2)
📝 test/emphasis_instead_of_headings.md (+1 -1)
test/emphasis_style_asterisk.json (+6 -0)
test/emphasis_style_asterisk.md (+5 -0)
test/emphasis_style_underscore.json (+6 -0)
test/emphasis_style_underscore.md (+5 -0)
📝 test/fix_102_extra_nodes_in_link_text.md (+3 -3)
📝 test/links-with-markup.md (+1 -1)
📝 test/long_lines.md (+3 -3)

...and 7 more files

📄 Description

The rest of the pull request #445 to correct the issue #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/448 **Author:** [@regseb](https://github.com/regseb) **Created:** 10/21/2021 **Status:** ✅ Merged **Merged:** 10/24/2021 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `emphasis-style` --- ### 📝 Commits (2) - [`dacee66`](https://github.com/DavidAnson/markdownlint/commit/dacee66b5d1f094ede48b394fa6cc875cfa6bdd0) Add MD049/emphasis-style (fixes #150). - [`9314cb3`](https://github.com/DavidAnson/markdownlint/commit/9314cb3b3e59daf5d476b9b3bd7f466d1ea19258) Merge branch 'next' into emphasis-style ### 📊 Changes **27 files changed** (+418 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `demo/markdownlint-browser.js` (+31 -0) 📝 `doc/Rules.md` (+33 -3) ➕ `lib/md049.js` (+28 -0) 📝 `lib/rules.js` (+1 -0) 📝 `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/detailed-results-MD031-MD040.json` (+2 -1) 📝 `test/emphasis-not-heading-in-blockquote.md` (+2 -2) 📝 `test/emphasis_instead_of_headings.md` (+1 -1) ➕ `test/emphasis_style_asterisk.json` (+6 -0) ➕ `test/emphasis_style_asterisk.md` (+5 -0) ➕ `test/emphasis_style_underscore.json` (+6 -0) ➕ `test/emphasis_style_underscore.md` (+5 -0) 📝 `test/fix_102_extra_nodes_in_link_text.md` (+3 -3) 📝 `test/links-with-markup.md` (+1 -1) 📝 `test/long_lines.md` (+3 -3) _...and 7 more files_ </details> ### 📄 Description The rest of the pull request #445 to correct the issue #150. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:30:33 +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#868
No description provided.