-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
Rule details
This rule warns when GFM autolink literals are used.
What type of rule is this?
Warns about a potential problem
Example code
For more info, visit https://www.example.com/ or email user@example.com.
Prior Art
remark-lint-no-literal-urls
MD034
Participation
- I am willing to submit a pull request to implement this rule.
Additional comments
GFM autolink literals (just a raw URL) are a feature enabled by GFM. They don’t work everywhere. So, it’s recommended to instead use regular autolinks (<https://url>
) or full links ([text](url)
).