mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[PR #1762] [CLOSED] Scenario chunks #3534
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#3534
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/1762
Author: @rodway93
Created: 9/18/2025
Status: ❌ Closed
Base:
scenario-chunks← Head:scenario-chunks📝 Commits (10+)
41357b5Bump eslint-plugin-jsdoc from 50.6.8 to 50.6.961fab7bBump @eslint/js from 9.22.0 to 9.23.032d660cBump eslint from 9.22.0 to 9.23.0c4a6ef4Bump eslint-plugin-unicorn from 57.0.0 to 58.0.0918f159Update test repo snapshots.465fc44Bump eslint-plugin-n from 17.16.2 to 17.17.0b4204f1Add npm script "update-test-repos" to recreate the test-repos directory and freshen the corresponding snapshots.a9417fdUpdate MD036/no-emphasis-as-heading to ignore HTML comments at the beginning or ending of the emphasised heading (fixes #1267).a84f7c5Add mention of using "extends" in .markdownlint.json to reference installed packages (closes #1555).3145b68Update test repo snapshots.📊 Changes
124 files changed (+76812 additions, -1448 deletions)
View changed files
📝
.github/dictionary.txt(+1 -0)➕
.github/instructions/codacy.instructions.md(+65 -0)📝
.github/workflows/checkers.yml(+3 -4)📝
.github/workflows/ci.yml(+6 -6)📝
.github/workflows/codeql-analysis.yml(+1 -1)📝
.github/workflows/test-repos.yml(+3 -3)➕
.github/workflows/update-test-repos.yml(+41 -0)📝
.gitignore(+4 -0)📝
CHANGELOG.md(+10 -0)📝
README.md(+32 -59)📝
demo/browser-exports.mjs(+1 -0)📝
demo/default.css(+4 -1)📝
demo/default.js(+39 -20)📝
doc-build/build-rules.mjs(+3 -3)📝
doc-build/md001.md(+9 -0)📝
doc-build/md010.md(+6 -0)📝
doc-build/md033.md(+5 -1)📝
doc-build/md045.md(+9 -1)📝
doc-build/md051.md(+7 -0)📝
doc-build/md052.md(+11 -0)...and 80 more files
📄 Description
This pull request introduces several improvements and updates to the project's workflows, documentation, and demo code. The main changes include upgrading GitHub Actions to newer versions, adding a new workflow for updating test repositories, documenting a new rule, updating Node.js support, and refining the demo's error highlighting and Markdown rendering.
Workflow and CI/CD updates:
actions/checkoutandactions/setup-nodeto version 5 across multiple workflow files (ci.yml,checkers.yml,test-repos.yml,codeql-analysis.yml, and the newupdate-test-repos.yml), ensuring compatibility and leveraging the latest features and security patches. [1] [2] [3] [4] [5].github/workflows/update-test-repos.ymlto automate updating test repository snapshots, including scheduled and manual triggers, branch management, and pull request creation.Documentation and changelog:
README.mdto document the newMD060/table-column-stylerule and reflect its inclusion in thetablerules group, clarified configuration extension viaextends, and improved usage examples to show more detailed result objects and modern usage patterns. [1] [2] [3] [4] [5] [6] [7] [8] [9]encodingsin.github/dictionary.txtto support spellchecking.CHANGELOG.mdfor version 0.38.0, summarizing major changes such as the new rule, parser dependency updates, Node version deprecation, and performance improvements.Node.js and dependency management:
Demo and browser improvements:
frontMatterRefrommarkdownlint/helpersinbrowser-exports.mjs, stripping front matter before rendering Markdown, and adding robust error highlighting for lines and character ranges in the rendered output. Also improved CSS for error and highlight classes. [1] [2] [3] [4] [5]Codacy integration instructions:
.github/instructions/codacy.instructions.mdwith detailed guidelines for interacting with Codacy's MCP Server, including mandatory analysis steps after file edits and dependency changes, troubleshooting, and security check requirements.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.