-
Notifications
You must be signed in to change notification settings - Fork 62.2k
chore: Remove bolding from headings #1389
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
Conversation
@@ -22,19 +22,19 @@ Docker and JavaScript actions require a metadata file. The metadata filename mus | |||
|
|||
Action metadata files use YAML syntax. If you're new to YAML, you can read "[Learn YAML in five minutes](https://www.codeproject.com/Articles/1214409/Learn-YAML-in-five-minutes)." | |||
|
|||
### **`name`** | |||
### `name` |
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.
This actually does come out a little lighter, but I didn't dig into the CSS on why
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.
You're right, there's a slight visual difference, but that seems fine to me 🙂
Thanks @nschonni! I'll triage this for review ✨ |
@janiceilene this is content! Can you assign to the Docs Content team? |
🙈 Thanks for catching that @chiedo! |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
46b3724
to
3231aeb
Compare
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.
Thank you for tidying up all these headings, @nschonni! 🎉 I agree, we don't need them to be bold 👍🏽
I'll get this merged shortly!
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
The text in a particular callout was a bit confusing in terms of whether real-time aggregates are the default behavior. Co-authored-by: Lana Brindley <[email protected]>
Why:
Headings already have bold font weighing, so the extra
<strong>
tags aren't neededWhat's being changed:
Remove
**
from headings so extra<strong>
tags aren't addedCheck off the following: