From 169febb767efa9191a9d6a6e3af988693d054d3e Mon Sep 17 00:00:00 2001 From: kartikchauhan Date: Wed, 26 Oct 2022 15:25:20 +0530 Subject: [PATCH] add font color --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 9355de3..3132e30 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ 23. [Diagrams](#diagrams) 24. [FootNote](#footnote) 25. [Comments](#comments) +26. [Font color](#font-color) Many Thanks to all the `Stargazers` who has supported this project with stars(⭐) @@ -642,3 +643,26 @@ This is Line Number 3. This is Line Number 1. This is Line Number 3. + + +## Font color + +**Explanation:** +
You may want to color the font in multiple scenarios e.g. adding a note, adding status for an activity. + + +**Syntax** + +``` +Note: This is a note. +Warn: `` tag may not work in all markdown editors. +Passed: This test case is passed. +``` + +**Output** + +Note: This is a note. +
+Warn: `` tag may not work in all markdown editors. +
+Passed: This test case is passed.