Markdown Cheat Sheet with Emoji

Saprunov Vadim·2022년 6월 7일
0

markdown

목록 보기
1/1

Markdown Cheat Sheet

Basic Syntax

ElementMD Syntax
H1# H1
H2## H2
H3### H3
H4#### H4
Bold** Bold text **
Italic *Italic*
Crossed ~~Crossed~~
Blockquote> blockquote
Code``
Horizontal Rule--- or ***
Link[title](https://www.example.com)
Image![alt text](image.jpg)

Blockquote

This is an example of blockquote

Code

This is an example of code block

Extended Syntax

table

| First column | Second Column |
| --- | ---|
|Content 1| Content 2|

First columnSecond Column
Content 1Content 2

Code

To write multiple lines of code with colored lines use this example:

To specify the language you use just simply write it's name like in the image above.

print("hello, world")

Task List

- [x] First important task
- [X] Second thing I will do
- [ ] Nah, maybe next time
  • First important task
  • Second thing I will do
  • Nah, maybe next time

References

  1. Markdown Guide: LINK

  2. Full Emoji Cheat Sheet For MD: LINK

  3. EmojiPedia: LINK

  4. Iemoji.com: 🔥LINK

  5. Emojicopy.com: LINK

profile
Python, Django, AI, OCR.

0개의 댓글