Skip to content

Markdown

Aynur Abdurazik edited this page Apr 29, 2019 · 1 revision

Markdown Tutorial

Markdown Cheatsheet

Colored Unicode symbols:
RED APPLE (🍎): 🍎
GREEN APPLE (🍏): 🍏
BLUE HEART (💙): 💙
GREEN HEART (💚): 💚
YELLOW HEART (💛): 💛
PURPLE HEART (💜): 💜
GREEN BOOK (📗): 📗
BLUE BOOK (📘): 📘
ORANGE BOOK (📙): 📙
LARGE RED CIRCLE (🔴): 🔴
LARGE BLUE CIRCLE (🔵): 🔵
LARGE ORANGE DIAMOND (🔶): 🔶
LARGE BLUE DIAMOND (🔷): 🔷
SMALL ORANGE DIAMOND (🔸): 🔸
SMALL BLUE DIAMOND (🔹): 🔹
UP-POINTING RED TRIANGLE (🔺): 🔺
DOWN-POINTING RED TRIANGLE (🔻): 🔻
UP-POINTING SMALL RED TRIANGLE (🔼): 🔼
DOWN-POINTING SMALL RED TRIANGLE (🔽): 🔽
Green/Red Highlighted Text
+ this text is highlighted in green
- this text is highlighted in red
Adding color to CODE samples (in GitHub README.md file) with tags:
   // code for coloring
   // code for coloring
   // code for coloring
   // code for coloring

// etc.

Clone this wiki locally