+ 🔧 Fixed headings (#59)

This commit is contained in:
Inter 2023-12-14 18:24:08 +00:00
parent 7b175574e2
commit cc33634982

View file

@ -14,7 +14,7 @@
When using Shield.io badges in Markdown, you can modify various aspects such as badge color, text, logos, and styles. 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. You can change the badge color by replacing <color> with your desired hexadecimal color code in the badge URL.
@ -25,7 +25,7 @@ Result: ![Custom Badge](https://img.shields.io/badge/Custom%20Badge-blue?style=f
#### Replace `blue` with your desired color. Alternitavely, use .svg's, as seen in [markdown-badges](https://github.com/Ileriayo/markdown-badges.). #### Replace `blue` with your desired color. Alternitavely, use .svg's, as seen in [markdown-badges](https://github.com/Ileriayo/markdown-badges.).
--- ---
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**). 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: `![Modified Text Badge](https://img.shields.io/badge/Some%20Placeholder%20Text-blue?style=flat&logo=github)` For Example: `![Modified Text Badge](https://img.shields.io/badge/Some%20Placeholder%20Text-blue?style=flat&logo=github)`
@ -39,7 +39,7 @@ Result: ![Modified Text Badge](https://img.shields.io/badge/Some%20Placeholder%2
Result: ![Modified Text Badge](https://img.shields.io/badge/This%20Was%20Made%20In-Markdown-blue?style=flat&logo=github) Result: ![Modified Text Badge](https://img.shields.io/badge/This%20Was%20Made%20In-Markdown-blue?style=flat&logo=github)
--- ---
3. Adding Logos ### 3. Adding Logos
Include logos on badges by specifying the logo name after the logo= parameter in the badge URL. Include logos on badges by specifying the logo name after the logo= parameter in the badge URL.
For Example (using the Docker logo): `![Logo Badge](https://img.shields.io/badge/Text%20with%20Logo-black?style=flat&logo=docker)` For Example (using the Docker logo): `![Logo Badge](https://img.shields.io/badge/Text%20with%20Logo-black?style=flat&logo=docker)`