chore: strict markdownlint, deep-link fixes, and editor guardrails#3
Merged
iplaycomputer merged 28 commits intomainfrom Sep 29, 2025
Merged
chore: strict markdownlint, deep-link fixes, and editor guardrails#3iplaycomputer merged 28 commits intomainfrom
iplaycomputer merged 28 commits intomainfrom
Conversation
…cenario sub-checks; verify section
…, MD026, MD031, MD032, MD040, MD041, MD005, MD007) to unblock
…int config - Left-align Verification headings in labs - Ensure blank lines around fenced blocks and add languages - Keep only MD013/MD025/MD033 disabled in .markdownlint.jsonc
…ls (.editorconfig, VS Code settings)
- Disable MD041 and MD051 to match pipeline plan - Add VS Code extension recommendations - Enable markdownlint fix-on-save for Markdown
- Ticket template: fix malformed heading and add required blank lines - Printer ticket: remove stray text and add blank line before checklist
- Disable MD009 (allow soft-break trailing spaces) - Fix heading/list spacing in scenarios to satisfy MD022/MD032
- Add blank lines around headings, lists, and code fences (MD022/MD032/MD031) - Add code fence language in README and normalize list indentation (MD040/MD007/MD005) - Remove stray backticks and extra blank lines in scenarios and tickets (MD012) - No content changes
- Respect user’s whitespace adjustments while keeping required blank lines - Normalize any reintroduced list/fence spacing per rules - No content changes
…-stuck - Add blank lines around headings/lists/fences (MD022/MD032/MD031) - Convert bare URL to angle-bracket link (MD034) - Normalize bullet/fence indentation - No content changes
- Add blank lines around headings and lists - No content changes
…emplates and meta docs; keep strict rules elsewhere
…and wrap bare URLs across KBs and labs (MD022/MD032/MD031/MD034); fix list indent issues (MD005/MD007)
…rdered) to reduce churn
…t indent; allow ordered lists (MD029) via config - Convert bold-only pseudo-headings to proper headings where applicable (MD036) - Ensure blank lines around code fences (MD031), lists (MD032), and headings (MD022) - Normalize top-level list indentation (MD007)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: strict markdownlint, deep-link fixes, and editor guardrails
Summary
Enforce a strict markdownlint baseline, standardize deep-link anchors across Scenarios → KB/Lab, and align editor behavior to minimize visual churn. Formatting-only; no procedure changes.
Linked Artifacts (relative paths)
Also touched (templates/docs)
Checklists
Content
Metadata
Quality
Labs (if included)
labs/<lab>/assets/KBs (if included)
Scenarios (if included)
Notes
Changes
.github/**/*.mdand README.md)Rationale
How to Verify (for reviewers)