You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,20 @@ This web app will let you customize badge input and then show you both the markd
5
5
6
6
## What can this tool do?
7
7
8
-
- Quickly and easily generate badges
9
-
- Preview your badges and then copy the markdown when you're happy
10
-
- Uses dynamic SVG images defined by URL - no image editing
11
-
- Professional and consistent badges
12
-
- Use pre-made generic badges or create a new one
8
+
- Quickly and easily generate badges.
9
+
- Preview your badges and then copy the markdown when you're happy.
10
+
- Uses dynamic SVG images defined by URL - no image editing.
11
+
- Professional and consistent badges.
12
+
- Use pre-made generic badges or create a new one.
13
+
- Now with Dark mode!
13
14
14
15
15
16
## Where do I use the badges?
16
17
17
18
Put the badges wherever you like:
18
19
19
20
- At the top of your `README.md`.
20
-
- In your docs directory files
21
+
- In your docs directory files.
21
22
- In your docs site or website.
22
23
- Link to your repo from another site - like another website or GitHub repo of yours, or even post a link in a blog or forum.
23
24
@@ -38,7 +39,7 @@ These could also be available as JS to include in other projects and not just th
38
39
39
40
## How does it work?
40
41
41
-
The badges are created using URLs which are loaded as images.
42
+
The badges are created using URLs which are loaded as images.
42
43
43
44
When you load the SVG image, it appears as rendered HTML - thanks to an external service like [shields.io](https://shield.io) API or the GH Actions badge service.
0 commit comments