Markdown editor's guide
Rushikesh Dhanawade
1 min read
So first of all what is the markdown? 🤨
Markdown is the markup language used to format the plain text
Here is an example.
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
Element | Markdown syntax |
Heading | #H1, ##H2, ###H3 |
Bold | **bold text** |
italic | *italic text* |
Blockquote | > blockquote |
code | code |
link | [link name](URL) |
Horizontal rule | --- |
image | ![alt text](image.jpg) |
Strikethrough | ~~strike~~ |
order list | |
unordered list |
Let's look at the examples of all
- Heading, Bold, Italic & strikethrough examples
- Blockquote & Image example
- order & unordered list
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.
@hiteshchoudharylcocode with hitesh choudhary#iNeuron #HiteshChaudhary #WebDev #Javascript #LCO #LearnCodeOnline #LCO #css #learncodeonline #cssselectors @hiteshchoudharylco code with hitesh choudharymarkdownLearn Code Online
Written by