-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goals #1
Comments
It should report/error on dead links, either urls or internal links (links to sections that doesn't exist) |
For that we can use one of: |
To enforce consistency we can consider: |
If |
Do we need to implement/publish any remark plugins ourselves? |
Yes, but we can start with existing plugins. Later on, I'd like to have plugins for specific readme sections, such as:
And we can perhaps reuse |
What does linkify mean? |
Replacing a text like |
|
README.md
andCHANGELOG.md
files.hallmark
) is a single module cli likestandard
. This will fix and lintat the same time.hallmark *.md
).standard
Nice to have: usable on complete and partial files. If you run it on an empty readme, it should generate all standard sections, taking information frompackage.json
, GitHub, etc.Remark plugins will be bundled inremark-hallmark-preset
Favor consistency within document over an enforced style.hard to do with--fix
leave more room for personal preference.Report/error on dead external links (remark-lint-no-dead-urls)The text was updated successfully, but these errors were encountered: