Is there a way to show a progressbar on Github Wiki?
github, github-flavored-markdown, twitter-bootstrap
Solution
Use this link as an image:
`https://progress-bar.dev/<thepercentage>`
Example: ``
If you want to add a title like shields.io:
`https://progress-bar.dev/<thepercentage>?title=<title>`
More documentation can be found here.
Problem
I want to show the progress of the current iteration of my project on Github Wiki. However I couldn't find a way to do this. I am looking for something similar to the Bootstrap progress bars without any interaction. Is there a simple way to do this?