markdown code color syntax code example
Example 1: markdown color
// Via HTML:
<span style="color:red">some *red* text</span>.
Example 2: markdown codebox text color
```json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
// Via HTML:
<span style="color:red">some *red* text</span>.
```json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```