mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #438] MD024: Allow hr separated sections to share titles/subtitles #366
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#366
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?
Originally created by @RonnyPfannschmidt on GitHub (Oct 6, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/438
when writing markdown presentations with markdown using hr as separator its sometimes helpful to repeat a larger title
followup to #437
i have that pattern in presentations that have short code snippets followed by output snipped
@DavidAnson commented on GitHub (Oct 6, 2021):
This feels pretty specific - why not turn off MD024 for this scenario?
@RonnyPfannschmidt commented on GitHub (Oct 6, 2021):
It's what i currently do,
I do prefer to minimise the linter ignores per project
@NudeNULL commented on GitHub (Mar 3, 2024):
I am voting it up as well, why showing a warning if it specifically adheres to the rules for changelogs

@DavidAnson commented on GitHub (Mar 3, 2024):
@NudeNULL, the changelog scenario is already supported via the
siblings_onlyparameter: https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md@NudeNULL commented on GitHub (Mar 4, 2024):
Oh cool thanks! Thats very handy.
h1instead of#in most cases #2155