Remove useless file

This commit is contained in:
Augusto Gunsch 2022-01-17 20:18:44 -03:00
parent dcfd87f524
commit a9450c45cf
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 0 additions and 40 deletions

View File

@ -1,40 +0,0 @@
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
This is a paragraph.
This is another one. They are separated by 2 new lines.
So this one is the same paragraph.
And to have a line break, leave 2 trailing whitespaces, like
in the previous line.
And there is **bold text**. And *italic*
> Blockquoted.
>
> With multiple paragraphs.
>> And a nested quote.
1. Ordered list
2. Very orderly
3. And nice
- Unordered list
- Messy
- But nice too
`inline code here`
```
Block code
```
![Image alt description](/url/to/image)
[Links are similar](https://linksomewhere.com)
Inline <em>HTML</em> is possible