Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
docs: underline URLs#8217
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
docs: underline URLs#8217
Changes fromall commits
fc803cf9aa4bd0c2fe1fe14923412f4f7c1File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -11,5 +11,5 @@ So, from the bottom of our hearts, _thank you_ 💕. | ||
| ## Getting Started | ||
| Please read our<u>[Code of Conduct](https://github.com/typescript-eslint/typescript-eslint/blob/main/CODE_OF_CONDUCT.md)</u> first. | ||
| If you're new to open source, you may also find the<u>[How to Contribute to Open Source](https://opensource.guide/how-to-contribute)</u> guide from<u>https://opensource.guide</u> useful. | ||
Comment on lines -14 to +15 Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. [just asking] Oh, this approach would require us to remember to always wrap any links in our docs in a Moreover, I suppose we might want links in blog posts to be underlined too. I think it would be much easier to maintain if the underline was added automatically So I guess we can just apply What do you think? Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Perhaps Docusaurus even has some functionality to customize markdown links (though I haven't searched) ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I definitely agree, I'm new to the MDX format and I was unsure how styling was applied in these pages in the first place aside from general markdown syntax. Should be a fairly easy fix, I'll get it done in the morning. Member
| ||
Uh oh!
There was an error while loading.Please reload this page.