๐ช๐ต๐ฎ๐ ๐ถ๐ ๐ ๐ฎ๐ฟ๐ธ๐ฑ๐ผ๐๐ป?
๐ ๐ฎ๐ฟ๐ธ๐ฑ๐ผ๐๐ป is an easy-to-use syntax for styling and formatting text on the web. You can use it to format readme files.
๐ ๐ฎ๐ฟ๐ธ๐ฑ๐ผ๐๐ป is also used to format text in GitHub: Gist, comments, and files with extension .๐๐ ๐๐ .๐๐๐๐๐๐๐ ๐. And not to forget we use Markdown for text formatting in DEV.to as well.
Here's a short list of ๐ ๐ฎ๐ฟ๐ธ๐ฑ๐ผ๐๐ป formatting:
๐๐๐ฒ๐ฎ๐ฑ๐ฒ๐ฟ๐
# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag
This is an
<h1>
tagThis is an
<h2>
tagThis is an
<h6>
tag
๐๐๐บ๐ฝ๐ต๐ฎ๐๐ถ๐
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
This text will be italic
This will also be italicThis text will be bold
This will also be boldYou can combine them
๐๐๐ถ๐๐๐
๐ธUnordered
* Item 1
* Item 2
* Item 2a
* Item 2b
๐ธOrdered
1. Item 1
1. Item 2
1. Item 3
1. Item 3a
1. Item 3b
๐ธUnordered
- Item 1
- Item 2
- Item 2a
- Item 2b
๐ธOrdered
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
๐๐๐บ๐ฎ๐ด๐ฒ๐
![Markdown](https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Markdown-mark.svg/1024px-Markdown-mark.svg.png)
Format: ![Alt Text](url)
๐๐๐ถ๐ป๐ธ๐
[Progressive Programmer](https://www.linkedin.com/in/aman-singh-jaswal/)
Format: ![Text](link)
๐๐๐น๐ผ๐ฐ๐ธ๐พ๐๐ผ๐๐ฒ๐
> We're living the future so
> the present is our past.
We're living the future so
the present is our past.
๐๐๐ป๐น๐ถ๐ป๐ฒ ๐ฐ๐ผ๐ฑ๐ฒ
Use backticks to add
`<Inline code>` element
Use backticks to add
<Inline code>
element
๐ ๐๐น๐ผ๐ฐ๐ธ ๐ฐ๐ผ๐ฑ๐ฒ
Use three backticks at starting and end
Top comments (0)