-
Notifications
You must be signed in to change notification settings - Fork 113
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
Modified Markdown.md #228
base: main
Are you sure you want to change the base?
Modified Markdown.md #228
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.
I have modified the cheatsheet for Markdown.md file |
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, read the contributing guidelines before contributing.
## Lists | ||
|
||
1. First ordered list item | ||
2. Another item | ||
⋅⋅* Unordered sub-list. | ||
1. Actual numbers don't matter, just that it's a number | ||
⋅⋅1. Ordered sub-list | ||
4. And another item. |
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.
## Lists | |
1. First ordered list item | |
2. Another item | |
⋅⋅* Unordered sub-list. | |
1. Actual numbers don't matter, just that it's a number | |
⋅⋅1. Ordered sub-list | |
4. And another item. |
The list type already exists.
##Images | ||
|
||
Here's our logo (hover to see the title text): | ||
|
||
Inline-style: | ||
![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") |
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.
##Images | |
Here's our logo (hover to see the title text): | |
Inline-style: | |
![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") |
- If you want to add any command, then check first whether it exists or not.
- Give a table format so that it will be easier to understand what this command does.
- Don't add any unnecessary things.
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.
If you want to create a new cheatsheet, then create a new pull request from a new branch and follow the cheatsheet structure like git-cheatsheet.md
What does this PR do?
Description
Screenshots or Links
Additional context
Checklist:
Follow-up