mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
replace SVG images in markdown with HTML img tags
This commit is contained in:
parent
90180bfe2e
commit
1ef2e381fc
@ -1,10 +1,10 @@
|
||||
# The Algorithms - C++ # {#mainpage}
|
||||
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/kvedala/C-Plus-Plus/blob/master/CONTRIBUTION.md)
|
||||
[<img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" alt="contributions welcome"/>](https://github.com/kvedala/C-Plus-Plus/blob/master/CONTRIBUTION.md)
|
||||
![GitHub repo size](https://img.shields.io/github/repo-size/kvedala/C-Plus-Plus?color=red&style=flat-square)
|
||||
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/kvedala/C-Plus-Plus?color=green&style=flat-square)
|
||||
![Doxygen CI](https://github.com/kvedala/C-Plus-Plus/workflows/Doxygen%20CI/badge.svg)
|
||||
![cpplint](https://github.com/kvedala/C-Plus-Plus/workflows/cpplint_modified_files/badge.svg)
|
||||
![C/C++ CI](https://github.com/kvedala/C-Plus-Plus/workflows/C/C++%20CI/badge.svg)
|
||||
<img src="https://github.com/kvedala/C-Plus-Plus/workflows/Doxygen%20CI/badge.svg" alt="Doxygen CI"/>
|
||||
<img src="https://github.com/kvedala/C-Plus-Plus/workflows/cpplint_modified_files/badge.svg" alt="cpplint status"/>
|
||||
<img src="https://github.com/kvedala/C-Plus-Plus/workflows/C/C++%20CI/badge.svg" alt="C/C++ CI" />
|
||||
|
||||
[Documentation](https://kvedala.github.io/C-Plus-Plus)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user