Let's Get to the Code with steps to create a professional guideline about your repos on Git.
Input:
[My Project]('http://google.com') - A new era of web
*** //creates underline
Output:
My Project - A new era of web
Let's set some Guidelines
## Guidelines Here in Heading Size 2
Your normal paragraph can be written without any special symbols
or characters.
The text color should be `#242B2E` for the light theme and `#0d1117` for the dark mode.
Also Here are List of items:
1. [Getting Ready](http://google.com/ready "Title on Hover")
1. Automatically Corrects the bullet numbering
1. My Sublist Item Level 1
- I can go even deep nested with another list type
- Go Even Deeper ๐คฉ
we make text **bold **
italicized them with *hmm* or _aha _
Offer Some Discounts ~~999~~ now $333 with strikes
Output:
Guidelines Here in Heading Size 2
Your normal paragraph can be written without any special symbols or characters.
The text color should be #242B2E
for the light theme and #0d1117
for the dark mode.
Also Here are List of items:
- [Getting Ready](google.com/ready "Title on Hover")
- Automatically Corrects the bullet numbering
- My Sublist Item Level 1
- I can go even deep nested with another list type
- Go Even Deeper ๐คฉ
- I can go even deep nested with another list type
- My Sublist Item Level 1
we make text bold
italicized them with hmm or aha
References to codes
### References to `codes` Heading Level-3 (###)
Output:
References to codes
Heading Level-3 (###)
Now let's Try some codes written in popular Languages
JavaScript
```js
const anArrowFunc = data => console.log('How are you Today', data);
anArrowFunc('Poor Grammer')
``` .
Output:
const anArrowFunc = data => console.log('How are you Today', data);
anArrowFunc('Poor Grammer')
Python
```python
print("Hello Python")
``` .
Output:
print("Hello Python")
Lastly maybe json
```json
{
'name': 'json-data',
'/some/data/path': true,
'an-array':[data1, cool],
toString(){
return `name: ${this.name} looks good`
}
}
``` .
Output:
{
'name': 'json-data',
'/some/data/path': true,
'an-array':[data1, cool],
toString(){
return `name: ${this.name} looks good`
}
}
Time for Some Img Local and imports
This is the same as Links just an !
would do all for you
``` .
![MarkDown Cover.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1658594642543/tYh5KwWEa.png align="left")
![Local Image Alt Text](./some/custom/path/to/local)
``` .
Output:
Finally let's Quote things up ๐ค๐ค
> Thank You For All You Love Support and **Suggestions ** ๐
<sub>๐๐๐</sub>
Output:
Thank You For All You Love Support and Suggestions ๐
๐๐ฝ๐๐ฝ๐๐ฝ
ย