DEV Community

Garima
Garima

Posted on • Edited on

1

Markdown Cheat Sheet part-2

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
Enter fullscreen mode Exit fullscreen mode

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
___
Enter fullscreen mode Exit fullscreen mode

Three or more

  • hyphens

  • Asterisks

  • Underscores

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay