• I recommend to look: AllHackingTools
• Headers • Emphasis • Lists • Links • Images • Tables • Blockquotes • ticks • Additional texts
• raised text • Horizontal Rule • Horizontal Rule • text with slope • badges • menu of columns
# text 1
## text 1
### text 1
#### text 1
##### text 1
###### text 1
Alt-H1
======
Alt-H2
------
---
Hyphens
***
Asterisks
___
Underscores
Hyphens
Asterisks
Underscores
_hello world!_
# _hello world!_
## _hello world!_
### _hello world!_
#### _hello world!_
##### _hello world!_
###### _hello world!_
hello world!
* `Hi there! How are you?`
`Hi there! How are you?`
* It's a test
* _this text is italic_
Hi there! How are you?
Hi there! How are you?
-
It's a test
-
this text is italic
- I did not put an end
- I did not put an end
- I did not put an end
- I did not put an end
- I did not put an end
- no, well, I did not put a square
- that's what I put a risk
- that's what I put a risk
- that's what I put a risk
- no, well, I did not put a square
- that's what I put a risk
- [x] desing
- [x] Markdown
- [ ] test text
- desing
- Markdown
- test text
> You can make columns
>> And you can have two arrows
> **this is a test text**
You can make columns
And you can have two arrows
this is a test text
<details id="missing-code-coverage">
<summary>Test Button</summary>
Hello it's a test
Hello world! pass: 7586
</details>
<details id="missing-code-coverage">
<summary>Help Button</summary>
#### Hello it's a test button
#### _this is not an auxiliary button :)_
`Here, too, everything works and the tilt of the text and the point and frame`
* `so everything is fine here!`
</details>
Test Button
Hello it's a test
Hello world! pass: 7586
Help Button
Here, too, everything works and the tilt of the text and the point and frame
so everything is fine here!
<img src="https://img.shields.io/badge/Build-passed-green.svg" alt="passed">
<img src="https://img.shields.io/badge/Version-None-blue.svg" alt="version">
<img src="https://img.shields.io/badge/license-GNU-orange.svg" alt="license">
<img src="https://img.shields.io/badge/NAME-NAME-COLOR.svg" alt="NAME">
<a id="5932"></a>
[Options](#5932)
<a id="NUMBER"></a>
[NAME](#NUMBER)
| Tables | total | list |
| ------------- |:-------------:| -----:|
| Green | 788 and 1207 | 122 |
| While | 544 and 568 | 176 |
| Yellow | 282 and 775 | 212 |
Markdown | Less | Pretty
--- | --- | ---
*Still* | `renders` | **nicely**
1 | 2 | 3
Tables | total | list |
---|---|---|
Green | 788 and 1207 | 122 |
While | 544 and 568 | 176 |
Yellow | 282 and 775 | 212 |
Markdown | Less | Pretty |
---|---|---|
Still | renders |
nicely |
1 | 2 | 3 |
[I'm an inline-style link](https://www.google.com)
[I'm a reference-style link][Arbitrary case-insensitive reference text]
[You can use numbers for reference-style link definitions][1]
Or leave it empty and use the [link text itself]
URLs and URLs in angle brackets will automatically get turned into links.
http://www.example.com or <http://www.example.com> and sometimes
example.com (but not on Github, for example).
Some text to show that the reference links can follow later.
[arbitrary case-insensitive reference text]: https://www.mozilla.org
[1]: http://slashdot.org
[link text itself]: http://www.reddit.com
You can use numbers for reference-style link definitions
Or leave it empty and use the link text itself
URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or http://www.example.com and sometimes example.com (but not on Github, for example).
Some text to show that the reference links can follow later.
Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
Inline-style:
![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo 1")
Reference-style:
![alt text][logo]
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo 2"