Giter Site home page Giter Site logo

awesome-readme-markdown's Introduction

Awesome-Readme_Markup

Table of Contents

  1. Headers
  2. Text Selection
  3. Lists
    1. Numbered list
    2. Bulleted list
    3. Task list
    4. Dropdown list
  4. Links
  5. Badges
  6. Buy me a coffe
  7. Images
  8. Gif
  9. Tables
  10. Quotes
  11. Footnote
  12. Code Blocks
  13. Ignore Markdown Formatting
  14. Emoji
  15. GitHub stats
  16. Markdown Editors
  17. Others resources
# H1
## H2
### H3
#### H4
##### H5
###### H6

H1

H1
=

H2

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>

numbered list:

  1. one

  2. two

    indentations

  3. three

numbered list:
1. one
2. two
[space][space][space]indentations
3. three

multilevel numbered list:

  1. level 1
    1. level 2
  2. level 1
    1. level 2
    2. level 2
      1. 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

bulleted list:

  • 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

Task list:

  • 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

Dropdown list

language Java
C++
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 ```python
print('Hello world!') ```

Link to GitHub

[Link to GitHub](https://github.com/)

Link to GitHub with title

[Link to GitHub with title](https://github.com/ "GitHub")

Reference to a repository file

[Reference to a repository file](../file)

https://github.com

<https://github.com>

[email protected]

Link to GitHub

**[Link to GitHub](https://github.com)**

Link to GitHub

*[Link to GitHub](https://github.com)*

GitHub

![GitHub](https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png)

GitHub

[![GitHub](https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png)](https://github.com/)

alt text

![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" />

Left align

<img align="left" width="100" height="100" src="https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png">



Rigth align

<img align="right" width="100" height="100" src="https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png">

Center align

<p align="center">
<img width="100" height="100" src="https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-512.png">
</p>

Gif

![Gif](https://giffiles.alphacoders.com/398/3987.gif)

If you want add video into readme you can convert him to gif format.

Build

[![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

[![CircleCI](https://circleci.com/gh/circleci/circleci-docs.svg?style=svg)](https://github.com/redduxi/Awesome-Readme-Markdown/)

💫 See other budges 💫 Version Badge

Buy me a coffe

LEFT CENTER RIGHT
................ ................ ................

|        LEFT       |      CENTER      |       RIGHT      |
|:------------------|:----------------:|----------------: |
|  ................ | ................ | ................ |
italic bold
text text
italic | bold
---    | ---
*text* | **text**

HTML table syntax into Markdown

Tables Generator

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.

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

> ### 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

Includes:
  • GitHub Stats Card
  • GitHub Extra Pins
  • Top Languages Card
  • Wakatime Week Stats
  • Themes
  • Customization

😉 💞

awesome-readme-markdown's People

Contributors

redduxi avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

trishachetani

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.