styles - how to change font color in wiki on github -


i can't change font color in wiki on github.
<div style="color: red">test</div>
<font color="red">test</font>

unfortunetly, cannot include style directives in gfm.

here complete "markdown cheatsheet", , shows element <style> missing.

that being said, can use diff code style highlighting red , green:

```diff + highlighted in green - highlighted in red ``` 

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -