replace SVG images in markdown with HTML img tags

This commit is contained in:
Krishna Vedala 2020-05-28 17:58:09 -04:00
parent 90180bfe2e
commit 1ef2e381fc
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -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)