Markdown editor's guide

So first of all what is the markdown? 🤨

Markdown is the markup language used to format the plain text

Here is an example.

image.png

But why we are using that? 🤷‍♂️

  • Markdown can be used for everything. People use it to create websites, documents, notes, books, presentations, email messages, and technical documentation.
  • It is platform-independent.
  • Markdown is everywhere. Websites like Reddit and GitHub support Markdown and lots of desktop and web-based applications support it.
  • And mostly as a developer, we are using it to write documents on GitHub.

Let's see the syntax of the markdown

ElementMarkdown syntax
Heading#H1, ##H2, ###H3
Bold**bold text**
italic*italic text*
Blockquote> blockquote
codecode
link[link name](URL)
Horizontal rule---
image![alt text](image.jpg)
Strikethrough~~strike~~
order listimage.png
unordered listimage.png

Let's look at the examples of all

- Heading, Bold, Italic & strikethrough examples

image.png

- Blockquote & Image example

image.png

- order & unordered list

image.png

That's it for today.

#✌️Thanks for reading ...!

0
Subscribe to my newsletter

Read articles from Rushikesh Dhanawade directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Rushikesh Dhanawade
Rushikesh Dhanawade