Is there a way to get colored text in Github Flavored Markdown? [duplicate]
问题 This question already has an answer here: How to add color to Github's README.md file 9 answers I need to document a library on github that output colored text in the terminal. I've tried both span <style="color:red"> and <font color="red"> but it seems to strip out both tags. Is the only way to do this is with images of colored text? edit: I ended up adding screenshots to git and using image links w/ github relative urls. 回答1: You cannot include style directives in GFM. The most complete