Then,Github Emoticons: Add emoticons to your Markdown postsAfter that, our requirements will continue to be updated, so we see a lot of big guy warehouses with signs like this:

README files like the normal project will come with the dependencies of the project and its version number, illustrated LOGO whenever you access itThis linkAnd you can see that this isShields IOSyntax, but it provides an accessible API, just need to put the API in the readme.md file to work,You can visualize custom styles and content on the interface:

  • Build: Visual custom styles
  • Code Coverage: Code Coverage style
  • Analysis: Data parsing style
  • Chat: status presentation style
  • Dependencies: Dependency style
  • Size: Numeric Size style
  • Downloads: Button style
  • Funding: Style of project Funding source
  • Issue Tracking: Issue status and Tracking style
  • License: License style
  • Rating: star style
  • Social: Community information style
  • Version: indicates the Version number information style
  • Platform & Version Support: Platform Support and Version Support styles
  • Monitoring: Monitor status and mode style
  • Activity: Project Activity style
  • Other: Other user-defined styles

So how do we define an icon message that we want to express?

https://img.shields.io/badge/python-3.7.2-red
Copy the code

This is an example containing the following information:

Parameters of the content Parameters that
https://img.shields.io/badge/ The URL prefix content of the request data
/ python – 3.7.2 – red < tag name >-< tag Description >-< tag color >

So this is what the example above showsOf course, all you need to do to show this effect on nuggets is:

! [] (https://img.shields.io/badge/python-3.7.2-red)Copy the code

What if I want to add a Logo? Here’s another example:

https://img.shields.io/github/followers/MedusaSorcerer?color=blue&label=info&logo=python&logoColor=red&style=for-the-bad geCopy the code

Parameter Description:

Parameters of the content Parameters that
https://img.shields.io/github/followers/ The URL prefix for the request data
MedusaSorcerer? The user name
color=blue The background color of the overlaid content
label=info Content covered
logo=python Logo icon
logoColor=red Logo Icon color
style=for-the-badge Show the style
What needs to be introduced is:
  • Color: Supports English input and hexadecimal coding input
  • Logo: Search in English, you can check simpleicons.org for details
  • Style: style onlyplastic,flat,flat-square,for-the-badge,socialFive kinds of

That specific operation, the official has detailed documentation, we can poke in to make the icon style you need.

On April 4, 2020, we remember our compatriots and pay tribute to heroes. Go Wuhan, Go China!