issues Search Results · repo:github/markdownlint-github language:JavaScript
Filter by
14 results
(57 ms)14 results
ingithub/markdownlint-github (press backspace or delete to remove)We have a few custom Markdownlint rules that might be worth upstreaming into this repo.
The Markdownlint rules are
written for the specific flavor of Markdown used to author docs.github.com. The rules ...
rachmari
- 3
- Opened on Sep 13, 2024
- #116
We recently updated markdownlint-cli2 on The Hub and noticed we started receiving increased errors related to headings.
I dove into why and noticed that markdownlint-cli2 has removed the rule aliases that ...
chadfawcett
- 1
- Opened on Apr 15, 2024
- #109
When Markdown content is rendered on GitHub, it is rendered into the context of a webpage. This means there is already
an external heading structure to contend with.
In issue and PR comments, the maximum ...
iansan5653
- 2
- Opened on Oct 6, 2023
- #86
Opening as a ticket since discussions are not enabled for this repo.
The only two rules this adds is GH001 No default alt text GH002 No generic link text right? While all the rules from
markdownlint are ...
chris-c-thomas
- 3
- Opened on Feb 6, 2023
- #37
This rule is set to true but I think there s some nuance around when this rule should be configured.
The rationale behind the no-duplicate-header rule is that some markdown parsers will generate anchor ...
khiga8
- 6
- Opened on Dec 29, 2022
- #30
The default error message for markdown-cli2 does not include description, aka the optional URL that we pass into the URL
to provide consumers with more context about the rule.
It looks like as though ...
khiga8
- 1
- Opened on Dec 28, 2022
- #29
As we add more files, I think it ll be beneficial to have a directory structure to place the rules and docs. Maybe
something like:
src
--rules
----no-default-alt-text.js
----no-generic-link-text.js
----index.js ...
khiga8
- Opened on Dec 23, 2022
- #24
Could we expand the no-default-alt-text rule? Not sure if image or Image is a default for anything but it shouldn t be
used as alt text.
khiga8
- Opened on Dec 22, 2022
- #23
I think it will be helpful to provide context on why we recommend these configurations.
In base.json
{
default : true,
no-inline-html : false,
no-bare-urls : false,
no-blanks-blockquote ...
khiga8
- 2
- Opened on Dec 22, 2022
- #21

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.