-
-
Notifications
You must be signed in to change notification settings - Fork 436
Add quick fix for italic styling #72
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
Gatsby Cloud Build Reportdocs-content 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 4m |
@sebromero It seems like it missed one here, what do you think is the issue? Here was also another weird example, where it seems something has gone wrong: |
@jhansson-ard Good catch! I'll have a look |
@jhansson-ard should be fixed now |
@jhansson-ard actually no, it introduced a new problem 😓 |
@jhansson-ard Okay, now I'm more confident. Should work :-D |
@jhansson-ard Please try again 🙏 |
@sebromero there were some minor disagreements between me and the linter, however this was because of human error - not the linter's fault. Meaning, people forgot to add the \ before any asterisks or underscores that they didn't want to be translated to formatting but actually just show the * or _ (for example in names of files or such) |
Arduino's design system doesn't provide italic styling to emphasise text. As a result we should use bold emphasis only.
What Needs To Be Reviewed
How To Give Feedback
Please leave your feedback as a Github review.
You can add comments to specific lines of content / code and ideally use Github's suggestion feature. 🙏