Post cover

Blog testing

This is a test blog post written by me.

posted 2 months ago


Table of contents


Paragraphs and line breaks

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing.

Line break
Line break
Line break


Heavy line break

Headers

H1

Some content

H2

Some content

H3

Some content

H4

Some content

H5

Some content

H6

Some content

Blockquotes

Blockquote with 2 paragraphs, yay.

This is the second paragraph, very cool.

Also you can do this without any line break, so yeah. Pretty cool, right? Markdown is so nice.

But you can also just not put > before the heavy line break.

You can also

nest them.

or use headers in them

  1. and
  2. anything
  3. else

Isn't that like, insane?

Lists

  • One
  • Two
  • There
  • One
  • Two
  • There
  1. One
  2. Two
  3. Three
  1. You can also nest them
  • like this,
  • and it works very similarly

    to blockquotes

  • you can basically
    put anything in here
    
  1. and it will work just fine

Code Blocks

You can do them like this:

document.body.remove();

Images

Images with alternative text, very cool:

Palm logo


Alt text

This is an example inline link.

This link has no title attribute.

Emphasis

single asterisks

single underscores

double asterisks

double underscores

Code

This is some inline code. Very cool.