Links
There are different ways to create links in Markdown.
[This is inline-style link](https://github.com/Garima-sharma814)
[This is referenced link][I am referred here]
[You can also use numbers in referenced link][1]
Can be empty as well [link itself]
I'm Referenced here !
- [I am referred here]: https://github.com/Garima-sharma814
- [1]: https://github.com/Garima-sharma814
- [link itself]: https://github.com/Garima-sharma814
Make sure you don't use '-' or any symbol in referenced links I used it to make it visible
This is inline-style link
This is referenced link
You can also use numbers in referenced link
Can be empty as well link itself
I'm Referenced here !
Line breaks
How to add line breaks ?
Three or more
- hyphens
---
- Asterisks
***
- Underscores
___
Three or more
- hyphens
- Asterisks
- Underscores
Top comments (0)