This Markdown cheat sheet provides a quick overview of most the Markdown syntax elements.
Shields.io Contains quality metadata badges for open source projects.
[![Build Status](https://img.shields.io/travis/markdown-it/markdown-it-deflist/master.svg?style=flat)](https://shields.io)
[![Coverage Status](https://img.shields.io/coveralls/markdown-it/markdown-it-deflist/master.svg?style=flat)](https://shields.io)
- [ ] item 1
- [x] item 2
- item 1
- item 2
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
1. First item
2. Second item
3. Third item
1. Indented item
2. Indented item
- First item
- Second item
- Third item
- Indented item
- Indented item
- First item
- Second item
- Third item
- First item
- Second item
- Third item
- First item
- Second item
- Third item
- Indented item
- Indented item
- First item
- Second item
- Third item
- Indented item
- Indented item
- First item
- sub-item
- sub-sub-item
- First item
- sub-item
- sub-sub-item
- sub-item
<details>
<summary><code>Swift 5.2</code> </summary>
Released July 15, 2019 <br>
<a href='https://github.com/AndrewFakher/GitDemo/blob/master/github.png'><code>Screenshot</code></a>
</details>
-
Swift: Check Swift Documentation
Swift 5.2
Released July 15, 2019
Screenshot
Swift 5
Released March 25, 2019
Screenshot
**bold text**
*italicized text*
~~The world is flat.~~
bold text
italicized text
The world is flat.
Markdown
: Markdown is a lightweight markup language with plain text formatting syntax. Its design allows it to be converted to many output formats, but the original
tool by the same name only supports HTML.
Markdown : Markdown is a lightweight markup language with plain text formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML.
<sup>1</sup>This is the first footnote.
1This is the first footnote.
You can make a new line by ending a line with two spaces
you don't have to use <br>
.
> blockquote
blockquote
> blockquote
>> nested blockquote
blockquote
nested blockquote
<kbd>CMD</kbd> + <kbd>R</kbd>
CMD + R
```json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
[Github](https://www.github.com)
[↑Top of the page↑](#readme)
![alt text](https://github.com/AndrewFakher/Markdown-Guide/blob/master/github.png)
- Supports SVG Icons icons for popular brands only.
- Black color only.
- HTML syntax.
- Higher quality.
<img alt="simple-icons" width="80" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/github.svg" />
Octicons Are a set of SVG icons built by GitHub for GitHub.
<img alt="simple-icons" width="80" src="https://github.com/primer/octicons/blob/master/icons/git-merge-16.svg" />
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
| Left | Center | Right |
| :--- | :----: | ---: |
| Header | Title | Here's this |
| Paragraph | Text | And more |
Left | Center | Right |
---|---|---|
Header | Title | Here's this |
Paragraph | Text | And more |
You can use this list of emoji shortcodes
Gone camping! :tent: Be back soon.
That is so funny! :joy:
Gone camping! ⛺ Be back soon.
That is so funny! 😂
<div align= "center">
<sub>© 2020, licensed under the <a href="https://opensource.org/licenses/MIT">MIT License</a>.</sub>
</div>
contributors-img To Keep in sync your contributors list, ENTER repository name and GENERATE an dynamic image URL for displaying it!
<a href="https://github.com/nextcloud/docker/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=nextcloud/docker" />
</a>
---