- Headers
- Text Selection
- Lists
- Links
- Badges
- Buy me a coffe
- Images
- Gif
- Tables
- Quotes
- Footnote
- Code Blocks
- Ignore Markdown Formatting
- Emoji
- GitHub stats
- Markdown Editors
- Others resources
# H1
## H2
### H3
#### H4
##### H5
###### H6
H1
=
H2
-
asterisk italic
*italic*
underline sign italic
_italic_
asterisk bold
**bold**
underline sign bold
__bold__
italic and bold
*italic and __bold__*
crossed out text
~~crossed out text~~
code highlight
`code highlight`
This is subscript!
This is <sub>subscript!</sub>
This is superscript!
This is <sup>superscript!</sup>
-
one
-
two
indentations
-
three
numbered list:
1. one
2. two
[space][space][space]indentations
3. three
multilevel numbered list:
- level 1
- level 2
- level 1
- level 2
- level 2
- level 3
multilevel numbered list:
1. level 1
[4 spaces]1. level 2
2. level 1
[4 spaces]1. level 2
[4 spaces]2. level 2
[8 spaces]1. level 3
- one
- two
- three
bulleted list:
+ one
- two
* three
multilevel bulleted list:
- level 1
- level 2
- level 1
- level 2
- level 2
- level 3
multilevel bulleted list:
- level 1
[4 spaces]- level 2
- level 1
[4 spaces]- level 2
[4 spaces]- level 2
[8 spaces]- level 3
- todo 1
- todo 2
- todo 3
- todo 4
- todo 4.1
- todo 4.2
Task list:
- [ ] todo 1
- [x] todo 2
- [x] todo 3
- [ ] todo 4
- [ ] todo 4.1
- [ ] todo 4.2
language
JavaC++
C#
<details open>
<summary>language</summary>
Java<br>
C++<br>
C#
</details>
language
- Java
- C#
- C++
<details>
<summary>language</summary>
<ul>
<li>Java</li>
<li>C#</li>
<li>C++</li>
</ul>
</details>
print('Hello world!')
Show markdown
```pythonprint('Hello world!') ```
[Link to GitHub](https://github.com/)
[Link to GitHub with title](https://github.com/ "GitHub")
Reference to a repository file
[Reference to a repository file](../file)
<https://github.com>
**[Link to GitHub](https://github.com)**
*[Link to GitHub](https://github.com)*
![GitHub](https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png)
[![GitHub](https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png)](https://github.com/)
![alt text][logo]
[logo]:https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png
<img src="https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png" height="100" />
<img align="left" width="100" height="100" src="https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png">
<img align="right" width="100" height="100" src="https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png">
<p align="center">
<img width="100" height="100" src="https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png">
</p>
![Gif](https://giffiles.alphacoders.com/398/3987.gif)
If you want add video into readme you can convert him to gif format.
[![Build][awesome-image]][awesome-url]
[awesome-url]: https://github.com/redduxi/Awesome-Readme-Markdown/
[awesome-image]: https://p.kindpng.com/picc/s/736-7368452_grunge-awesome-label-psd-graphic-design-hd-png.png
[![CircleCI](https://circleci.com/gh/circleci/circleci-docs.svg?style=svg)](https://github.com/redduxi/Awesome-Readme-Markdown/)
💫 See other budges 💫 Version Badge
LEFT | CENTER | RIGHT |
---|---|---|
................ | ................ | ................ |
| LEFT | CENTER | RIGHT |
|:------------------|:----------------:|----------------: |
| ................ | ................ | ................ |
italic | bold |
---|---|
text | text |
italic | bold
--- | ---
*text* | **text**
HTML table syntax into Markdown
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
> Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
> > Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
> Lorem Ipsum is simply dummy text of the printing and typesetting industry.
>
> Lorem Ipsum is simply dummy text of the printing and typesetting industry.
What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Why do we use it?
Used to fill pages and test the appearance of layouts
> ### Lorem Ipsum
>
> - What is Lorem Ipsum?
>
> Lorem Ipsum is simply dummy text of the printing and typesetting industry.
> - Why do we use it?
>
> Used to fill pages and test the appearance of layouts
Footnote1
Footnote2
Footnote<sup>1</sup>
Footnote<sup>2</sup>
Lorem Ipsum 1
1 Lorem Ipsum is simply dummy text of the printing and typesetting industry. ↩
Lorem Ipsum <sup id="lorem">[1](#Footnote1)</sup>
<b id="Footnote1">1</b> Lorem Ipsum is simply dummy text of the printing and typesetting industry. [↩](#lorem)
#include <iostream>
///
int main(){///}
```c++
#include <iostream>
///
int main(){///}
```(used without brackets)
Lorem Ipsum is simply *dummy* text of the printing and *typesetting industry*.
Lorem Ipsum is simply \*dummy\* text of the printing and \*typesetting industry\*.
😄 I use emoji
💫 Complete list of github markdown emoji markup
<img src="https://github-readme-stats.vercel.app/api?username=redduxi&show_owner=true&show_icons=true&theme=dark">
💫 GitHub Readme Stats
- GitHub Stats Card
- GitHub Extra Pins
- Top Languages Card
- Wakatime Week Stats
- Themes
- Customization
😉 💞