mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #396] [MERGED] Update MD043 to fix required header checks in middle and last when using special char "*" #859
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#859
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/396
Author: @jeremysuriel
Created: 5/20/2021
Status: ✅ Merged
Merged: 5/20/2021
Merged by: @DavidAnson
Base:
next← Head:fix-md043-zero-or-more-issue-394📝 Commits (2)
1b172edUpdate MD043 to fix required header checks in middle and lsat when using special char "*" (fixes #394).9c98ff3code review fixes📊 Changes
8 files changed (+90 additions, -6 deletions)
View changed files
📝
demo/markdownlint-browser.js(+8 -3)📝
lib/md043.js(+8 -3)➕
test/required-headings-missing-last-zero-or-more.json(+14 -0)➕
test/required-headings-missing-last-zero-or-more.md(+15 -0)➕
test/required-headings-missing-middle-zero-or-more.json(+14 -0)➕
test/required-headings-missing-middle-zero-or-more.md(+15 -0)➕
test/required-headings-zero-or-more-last.json(+11 -0)➕
test/required-headings-zero-or-more-last.md(+5 -0)📄 Description
Fixes #394
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.