Answers for "github markdown color"

0

markdown color

// Via HTML:
<span style="color:red">some *red* text</span>.
Posted by: Guest on January-28-2021
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

Browse Popular Code Answers by Language