Fix/markdown lint outputs - #271
Merged
Merged
Conversation
…d-web-app, governance
…g + fix indentantion in comm-mngm and dprk-it-workers
…automation, security-testing, supply-chain
…sclosure, wallet-security
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mattaereal
approved these changes
Oct 20, 2025
mattaereal
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed, skimmed, and browsed on a side by side.
I don't usually like some suggestions the linter makes, but I would rather sacrifice some styling for proper linting.
Raiders0786
pushed a commit
to Raiders0786/frameworks
that referenced
this pull request
Nov 5, 2025
* fix: markdown lint outputs for awareness framework * fix outputs for: comm-mngm, config, contribute, devsecops, dprk-it-workers * fix outputs for: encryption, ens, external-security-reviews, front-end-web-app, governance * fix outputs for: iam, incident-mngm, infrastructure, intro, monitoring + fix indentantion in comm-mngm and dprk-it-workers * fix output for opsec * fix outputs for: privacy, safe-harbor, secure-software-dev, security-automation, security-testing, supply-chain * fix output for: threat-modeling, user-team-security, vulnerability-disclosure, wallet-security * final fix linter outputs * fix linter outputs for: CONTRIBUTING.md, CODE_OF_CONDUCT.md and README.md
Raiders0786
pushed a commit
to Raiders0786/frameworks
that referenced
this pull request
Nov 5, 2025
* fix: markdown lint outputs for awareness framework * fix outputs for: comm-mngm, config, contribute, devsecops, dprk-it-workers * fix outputs for: encryption, ens, external-security-reviews, front-end-web-app, governance * fix outputs for: iam, incident-mngm, infrastructure, intro, monitoring + fix indentantion in comm-mngm and dprk-it-workers * fix output for opsec * fix outputs for: privacy, safe-harbor, secure-software-dev, security-automation, security-testing, supply-chain * fix output for: threat-modeling, user-team-security, vulnerability-disclosure, wallet-security * final fix linter outputs * fix linter outputs for: CONTRIBUTING.md, CODE_OF_CONDUCT.md and README.md
frameworks-volunteer
pushed a commit
to frameworks-volunteer/frameworks
that referenced
this pull request
Mar 9, 2026
* fix: markdown lint outputs for awareness framework * fix outputs for: comm-mngm, config, contribute, devsecops, dprk-it-workers * fix outputs for: encryption, ens, external-security-reviews, front-end-web-app, governance * fix outputs for: iam, incident-mngm, infrastructure, intro, monitoring + fix indentantion in comm-mngm and dprk-it-workers * fix output for opsec * fix outputs for: privacy, safe-harbor, secure-software-dev, security-automation, security-testing, supply-chain * fix output for: threat-modeling, user-team-security, vulnerability-disclosure, wallet-security * final fix linter outputs * fix linter outputs for: CONTRIBUTING.md, CODE_OF_CONDUCT.md and README.md
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.
Frameworks PR Checklist
This PR fixes all the linter errors(3200+ :_)) across all
mdandmdxfiles + in the markdownlint.json:unsets MD026 (as we normally use punctation in headings),
unsets MD037 (as codeblock's content should be ignored)
unsets MD040 (as we commonly use general/unnamed code blocks)
adds the html tags we currently use (the components + img/videos) to the allowed_elements list
Describe your changes, substitute this text with the information
If you are touching an existing piece of content, tag current contributors from the attribution list
If there is a steward for that framework, ask the steward to review it
If you're modifying the general outline, make sure to update it in the
vocs.config.tsadding thedev: trueparameterIf you need feedback for your content from the wider community, share the PR in our Discord
Review changes to ensure there are no typos, see instructions below