- Notifications
You must be signed in to change notification settings - Fork1k
fix(docs): add missing GFM alert directives to blockquotes#19042
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.
Conversation
github-actionsbot commentedJul 25, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM. Thanks for proactivly fixing these@aqandrew
72b8ab5
intomainUh oh!
There was an error while loading.Please reload this page.
I just added support for rendering GFM alerts inside of numbered lists in coder.com (seehttps://github.com/coder/coder.com/pull/328), and noticed that these plain blockquotes should probably be alerts.
This should cover all the missing alerts. I found them by searching for the regex
^\s*>\s
within docs/**/*.mdIs
[!NOTE]
the correct type for these? Or do we want to use tip/important/etc?