Answers for "highlight text in readme.md"

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

code highlight in readme

```js
function myFunction () {
   return 42;
}
```
Posted by: Guest on September-24-2020

Browse Popular Code Answers by Language