[PR #447] [CLOSED] Do not trigger MD033 inside multiple liner code spans #869

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/447
Author: @mondeja
Created: 10/21/2021
Status: Closed

Base: nextHead: fix-436


📝 Commits (5)

  • 7f6c6c2 Do not trigger MD033 inside multiple liner code spans
  • f73a24b Use new line regex splitting code span lines
  • cfad5f8 Reuse helper functions
  • 3d963ec Remove uneeded lines
  • ef0c3e8 Update browser code

📊 Changes

3 files changed (+76 additions, -15 deletions)

View changed files

📝 demo/markdownlint-browser.js (+7 -7)
📝 lib/md033.js (+12 -8)
📝 test/inline_html.md (+57 -0)

📄 Description

Fixes #436


🔄 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/447 **Author:** [@mondeja](https://github.com/mondeja) **Created:** 10/21/2021 **Status:** ❌ Closed **Base:** `next` ← **Head:** `fix-436` --- ### 📝 Commits (5) - [`7f6c6c2`](https://github.com/DavidAnson/markdownlint/commit/7f6c6c285ea8d2ab3d9995ce19fb03ad576732f2) Do not trigger MD033 inside multiple liner code spans - [`f73a24b`](https://github.com/DavidAnson/markdownlint/commit/f73a24b055b888a41683e98942d49abf977326ec) Use new line regex splitting code span lines - [`cfad5f8`](https://github.com/DavidAnson/markdownlint/commit/cfad5f822d439c33d673dd89eab82e8de207fcbe) Reuse helper functions - [`3d963ec`](https://github.com/DavidAnson/markdownlint/commit/3d963ecbec7bf27d86fbc9356a3ec6e7b7bc59e1) Remove uneeded lines - [`ef0c3e8`](https://github.com/DavidAnson/markdownlint/commit/ef0c3e8dd7505e05c73164ca2ebc47a2a4a8d13c) Update browser code ### 📊 Changes **3 files changed** (+76 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `demo/markdownlint-browser.js` (+7 -7) 📝 `lib/md033.js` (+12 -8) 📝 `test/inline_html.md` (+57 -0) </details> ### 📄 Description Fixes #436 --- <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:34 +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#869
No description provided.