mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #629] [MERGED] feat(fenced-code-language): Add option to refuse extra data #930
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#930
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/629
Author: @regseb
Created: 11/6/2022
Status: ✅ Merged
Merged: 11/11/2022
Merged by: @DavidAnson
Base:
next← Head:extra📝 Commits (4)
f457f6efeat(fenced-code-language): Add option to refuse extra dataa5161e4fixup: Rename extra to language_only9a20246fixup: fix things68d0424Merge branch 'next' into extra📊 Changes
13 files changed (+176 additions, -1 deletions)
View changed files
📝
demo/markdownlint-browser.js(+4 -0)📝
doc-build/md040.md(+7 -0)📝
doc/Rules.md(+8 -0)📝
doc/md040.md(+8 -0)📝
lib/md040.js(+10 -0)📝
schema/.markdownlint.jsonc(+3 -1)📝
schema/.markdownlint.yaml(+2 -0)📝
schema/build-config-schema.js(+5 -0)📝
schema/markdownlint-config-schema.json(+5 -0)➕
test/md040-language_only.json(+6 -0)➕
test/md040-language_only.md(+25 -0)📝
test/snapshots/markdownlint-test-scenarios.js.md(+93 -0)📝
test/snapshots/markdownlint-test-scenarios.js.snap(+0 -0)📄 Description
Add option to refuse leading and trailing whitespace; and extra data in fence code blocks information.
PR related: #628 and #610
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.