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: readme.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ You can provide multiple comma-separated values in the bg_color option to render
182
182
&bg_color=DEG,COLOR1,COLOR2,COLOR3...COLOR10
183
183
184
184
>**Note**
185
-
>Note on cache:Repo cards have a default cache of 4 hours (14400 seconds) if the fork count & star count is less than 1k; otherwise, it is 2 hours (7200 seconds). Also, note that the cache is clamped to a minimum of 2 hours and a maximum of 24 hours.
185
+
>Repo cards have a default cache of 4 hours (14400 seconds) if the fork count & star count is less than 1k; otherwise, it is 2 hours (7200 seconds). Also, note that the cache is clamped to a minimum of 2 hours and a maximum of 24 hours.
186
186
187
187
####Stats Card Exclusive Options
188
188
@@ -200,7 +200,7 @@ You can provide multiple comma-separated values in the bg_color option to render
200
200
-`disable_animations` - Disables all animations in the card_(boolean)_. Default:`false`.
201
201
202
202
>**Note**
203
-
>Note on`hide_rank`:When hide_rank=`true`, the minimum card width is 270 px + the title length and padding.
203
+
>When hide_rank=`true`, the minimum card width is 270 px + the title length and padding.
204
204
205
205
####Repo Card Exclusive Options
206
206
@@ -216,7 +216,7 @@ You can provide multiple comma-separated values in the bg_color option to render
-`custom_title` - Sets a custom title for the card_(string)_. Default`Most Used Languages`.
218
218
219
-
>:warning:**Important:**
219
+
>**Warning**
220
220
>Language names should be URI-escaped, as specified in[Percent Encoding](https://en.wikipedia.org/wiki/Percent-encoding)
221
221
>(i.e:`c++` should become`c%2B%2B`,`jupyter notebook` should become`jupyter%20notebook`, etc.) You can use
222
222
>[urlencoder.org](https://www.urlencoder.org/) to help you do this automatically.
@@ -263,7 +263,8 @@ Use [show_owner](#customization) variable to include the repo's owner username
263
263
264
264
The top languages card shows a GitHub user's most frequently used top language.
265
265
266
-
_NOTE: Top Languages does not indicate my skill level or anything like that; it's a GitHub metric to determine which languages have the most code on GitHub. It is a new feature of github-readme-stats._
266
+
>**Note**
267
+
>Top Languages does not indicate my skill level or anything like that; it's a GitHub metric to determine which languages have the most code on GitHub. It is a new feature of github-readme-stats._