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/index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Example buttons are shown with `https://` URLs. While they're hosted on GitHub P
72
72
You **must** declare a value for each of the following URL parameters:
73
73
74
74
| Option | Description |
75
-
| ------ |:---------- |
75
+
| ------ |----------- |
76
76
|`user`| GitHub username that owns the repo/Username to sponsor |
77
77
|`repo`| GitHub repository to pull the forks and watchers counts |
78
78
|`type`| Type of button to show: `watch`, `fork`, `sponsor`, or `follow`|
@@ -82,7 +82,7 @@ You **must** declare a value for each of the following URL parameters:
82
82
The following URL parameters are **not** required. Add them as you wish.
83
83
84
84
| Option | Description |
85
-
| ------ |:---------- |
85
+
| ------ |----------- |
86
86
|`count`| Show the optional watchers or forks count: *none* by default or `true`|
87
87
|`size`| Optional flag for using a larger button: *none* by default or `large`|
88
88
@@ -116,12 +116,12 @@ For these first versions, functionality is limited and some concessions made:
116
116
* CSS and JavaScript are all included in the same HTML file to reduce complexity.
117
117
* We include the `frameborder` and `scrolling` attributes by default since we cannot know your setup, but you can optionally remove them and set them yourself via CSS:
118
118
119
-
{% highlight css %}
120
-
iframe {
121
-
overflow: hidden;
122
-
border: 0;
123
-
}
124
-
{% endhighlight %}
119
+
{% highlight css %}
120
+
iframe {
121
+
overflow: hidden;
122
+
border: 0;
123
+
}
124
+
{% endhighlight %}
125
125
126
126
More refinement and functionality is planned with open-sourcing—any help is always appreciated!
127
127
@@ -140,4 +140,4 @@ The unofficial GitHub buttons are available on GitHub for downloading, forking,
0 commit comments