diff --git a/markdown.txt b/markdown.txt deleted file mode 100644 index 912a6a1..0000000 --- a/markdown.txt +++ /dev/null @@ -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 HTML is possible