Answers for "how to add color in text github readme"

1

how to add color in text github readme

```diff
- text in red
+ text in green
! text in orange
# text in gray
@@ text in purple (and bold)@@
```
Posted by: Guest on October-14-2020
0

change text color in md file

- ![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+) `#f03c15`
- ![#c5f015](https://via.placeholder.com/15/c5f015/000000?text=+) `#c5f015`
- ![#1589F0](https://via.placeholder.com/15/1589F0/000000?text=+) `#1589F0`
Posted by: Guest on October-08-2020

Code answers related to "how to add color in text github readme"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language