How to apply color in Markdown?

后端 未结 11 1000
情话喂你
情话喂你 2020-11-28 01:08

I want to use Markdown to store textual information. But quick googling says Markdown does not support color. Also StackOverflow does not support color. Same as in case of G

11条回答
  •  借酒劲吻你
    2020-11-28 01:24

    I have started using Markdown to post some of my documents to an internal web site for in-house users. It is an easy way to have a document shared but not able to be edited by the viewer.

    So, this marking of text in color is “Great”. I have use several like this and works wonderful.

    some *This is Blue italic.* text
    

    Turns into This is Blue italic.

    And

    some **This is Red Bold.** text
    

    Turns into This is Red Bold.

    I love the flexibility and ease of use.

提交回复
热议问题