Skip to content

Instantly share code, notes, and snippets.

@PuZZleDucK
Created July 16, 2017 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PuZZleDucK/af8109e6a8219e360af48e25005918c8 to your computer and use it in GitHub Desktop.
Save PuZZleDucK/af8109e6a8219e360af48e25005918c8 to your computer and use it in GitHub Desktop.

color in MD files

some This is Blue italic. text

some This is Red Bold. text

Text

+ this will be highlighted in green
- this will be highlighted in red
  • #f03c15 #f03c15
  • #c5f015 #c5f015
  • #1589F0 #1589F0

This is some red text.

This is some text!

These are red words.

http://apps.timwhitlock.info/emoji/tables/unicode

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 (🔽): 🔽
@PuZZleDucK
Copy link
Author

🔽

@PuZZleDucK
Copy link
Author

U+2139

@PuZZleDucK
Copy link
Author

&#U+2139

@PuZZleDucK
Copy link
Author

&#x2139

@PuZZleDucK
Copy link
Author

\xE2\x84\xB9

@PuZZleDucK
Copy link
Author

&#xE284B9

@PuZZleDucK
Copy link
Author

&#E284B9

@PuZZleDucK
Copy link
Author

&#E284B9;

@PuZZleDucK
Copy link
Author

@PuZZleDucK
Copy link
Author

@PuZZleDucK
Copy link
Author

@PuZZleDucK
Copy link
Author

@PuZZleDucK
Copy link
Author

(U+2705)

@PuZZleDucK
Copy link
Author

☑️
ℹ️
⚠️

or

✖️

good list of more here: https://gist.github.com/rxaviers/7360908

@PuZZleDucK
Copy link
Author

☑️ (☑️)
ℹ️
⚠️

or

✖️

good list of more here: https://gist.github.com/rxaviers/7360908

@PuZZleDucK
Copy link
Author

☑️

@PuZZleDucK
Copy link
Author

":ballot_box_with_check:"

@PuZZleDucK
Copy link
Author

☑️ (: ballot_box_with_check:)
ℹ️ (: information_source:)
⚠️

or

✖️

good list of more here: https://gist.github.com/rxaviers/7360908

@PuZZleDucK
Copy link
Author

☑️ (: ballot_box_with_check:)
ℹ️ (: information_source:)
⚠️ (: warning:)
❌ (: x:)

or
❗ (: exclamation:)
✖️ :heavy_multiplication_x:

good list of more here: https://gist.github.com/rxaviers/7360908

@PuZZleDucK
Copy link
Author

☑️ :ballot_box_with_check:
ℹ️ :information_source:
⚠️ :warning:
:x:

or
:exclamation:
✖️ :heavy_multiplication_x:

good list of more here: https://gist.github.com/rxaviers/7360908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment