-
Notifications
You must be signed in to change notification settings - Fork 122
refactor: update html cheatsheet #117
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
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.
It's great having you contribute to this project
Welcome to the community 🤓Thanks for joining our community - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.
@crescentpartha please review this |
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.
Please, modify your code.
| `<em> ... </em>` | Defines emphasized text | | ||
| `<i> ... </i>` | Defines a part of text in an alternate voice or mood | | ||
| `<small> ... </small>` | Defines smaller text | | ||
| `<strong> ... </strong>` | Defines important text | | ||
| `<sub> ... </sub>` | Defines subscripted text | | ||
| `<sup> ... </sup>` | Defines superscripted text | |
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.
There are some duplicate tags
. Please, rearrange and delete
the duplicate tags. Your Formatting section is looking very good. If those tags already exist, then remove the older one and rearrange them like the Formatting section
. Try to check your newly added tags with the original html-cheatsheet.md file. Otherwise, creating a new conflict again.
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.
I already removed older repeated tags please check
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.
Approved.
Signed-off-by: Manoj Marmat manojrajput762000@gmail.com
What does this PR do?
Description
Screenshots or Links
Checklist:
Follow-up