Skip to content

Commit

Permalink
docs: add special note for uri-encoded names
Browse files Browse the repository at this point in the history
add a reminding section for folks who trying to hide c++ or languages with uri-reserved charaters.
  • Loading branch information
ngtrhieu authored Jul 29, 2020
1 parent 8854c6d commit 027655f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ You can use `?hide=language1,language2` parameter to hide individual languages.
[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&hide=javascript,html)](https://github.com/anuraghazra/github-readme-stats)
```

> :warning: **Important:**
> Language names should be uri-escaped, as specified in [Percent Encoding](https://en.wikipedia.org/wiki/Percent-encoding)
> (i.e: `c++` should become `c%2B%2B`, `jupyter notebook` should become `jupyter%20notebook`, etc.)
### Compact Language Card Layout

You can use the `&layout=compact` option to change the card design.
Expand Down

0 comments on commit 027655f

Please sign in to comment.