============================Github README.md syntax=============================
All information from here
# The largest heading
## The second largest heading
###### The smallest heading
**Bold** or __Bold__
*Italic* or _Italic_
~~Strike Through~~
***Bold and Italic***
<sub>Subscript</sub>
<sup>Superscript</sup>
> Quote
`Code`
```
Code
Code
Code
```
(In issues, pull requests, and discussions only. I don't think it works in README.md)
Syntax Example
HEX `#RRGGBB` `#0969DA`
RGB `rgb(R,G,B)` `rgb(9, 105, 218)`
HSL `hsl(H,S,L)` `hsl(212, 92%, 45%)`
[description] (link)
Checkout [this](https:
File links:
Checkout the [Contribution guidelines for this project](docs/CONTRIBUTING.md)
Images:
 <This if the image is in the repository>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/25423296/163456776-7f95b81a-f1ed-45f7-b7ab-8fa810d529fa.png">
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
</picture>