mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 18:36:58 +02:00
+ 🔧 Fixed headings (#59)
This commit is contained in:
parent
7b175574e2
commit
cc33634982
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
When using Shield.io badges in Markdown, you can modify various aspects such as badge color, text, logos, and styles.
|
||||
|
||||
1. Changing Badge Color
|
||||
### 1. Changing Badge Color
|
||||
You can change the badge color by replacing <color> with your desired hexadecimal color code in the badge URL.
|
||||
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ Result: .
|
||||
---
|
||||
|
||||
2. Modifying Text
|
||||
### 2. Modifying Text
|
||||
Change the text displayed on the badge by altering the text after the badge name in the URL (in this case, its **Some%20Placeholder%20Text**).
|
||||
|
||||
For Example: ``
|
||||
|
|
@ -39,7 +39,7 @@ Result: 
|
||||
|
||||
---
|
||||
3. Adding Logos
|
||||
### 3. Adding Logos
|
||||
Include logos on badges by specifying the logo name after the logo= parameter in the badge URL.
|
||||
|
||||
For Example (using the Docker logo): ``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue