From 2364841e80a79eb52736321c823bf992709b7312 Mon Sep 17 00:00:00 2001 From: Dhruv Kothari Date: Tue, 9 Feb 2021 20:11:54 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b89a198..72b7169 100644 --- a/README.md +++ b/README.md @@ -245,3 +245,13 @@ Emoji: :exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/) Markup : Code appears between colons :EMOJICODE: + +#### Color text + +```diff +- text in red color ++ text in green color +! text in orange color +# text in gray color +@@ text in bold and purple color@@ +``` From 70ee73922902f67a4d985bbc518233afb3b48060 Mon Sep 17 00:00:00 2001 From: Dhruv Kothari Date: Tue, 9 Feb 2021 20:14:04 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72b7169..9a557cd 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,8 @@ Emoji: #### Color text +Markup: use diff language tag to write colorful text + ```diff - text in red color + text in green color From 01e481b5233c37a179b71ab518c0a6b0db1f604c Mon Sep 17 00:00:00 2001 From: Dhruv Kothari Date: Tue, 9 Feb 2021 20:15:05 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a557cd..5893e61 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ Emoji: #### Color text -Markup: use diff language tag to write colorful text + Markup: use diff language tag to write colorful text ```diff - text in red color