Skip to content

Instantly share code, notes, and snippets.

View EasyG0ing1's full-sized avatar
๐Ÿš€
Always learning, growing, improving

Michael Sims EasyG0ing1

๐Ÿš€
Always learning, growing, improving
  • Victorville, CA
View GitHub Profile
@EasyG0ing1
EasyG0ing1 / gist:22f2e8acd16ce02881259078ccc9ab19
Last active June 19, 2024 01:18
Coloring text in Github Markdown
Use this format to color text in GitHub markdown language:
$\textsf{\color[rgb]{r,g,b}Text color applies to}$
r,g and b are values between 0 and 1 representing the values for red, green and blue.