Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.22 KB

my_example.md

File metadata and controls

52 lines (30 loc) · 1.22 KB

Here's a great example header

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin venenatis felis ac pede. Nunc turpis. Integer dolor magna, egestas quis, pharetra vitae, pulvinar et, odio. Nulla a neque quis eros congue luctus. Duis tempus dolor vel metus. Sed vestibulum luctus tortor. Quisque molestie porttitor lacus. Nulla nec libero at tortor mattis ultricies.

A strong tag and an em tag get styled like so.

How about a link to my site?

H2 header

Lists

  • they look like this
  • it's how you'd format them in pure markdown, if you took the time to indent when it wrapped to a new line.

Ordered lists

  1. here's one line from a numbered list
  2. here's another
  3. in markdown, the actual numbers don't matter

Block quotes

This is a blockquote that extends to multiple lines.

With repeating email-style angle brackets.

Code blocks

(function() {
    console.log('code blocks indent four spaces');
})()

Different headers

h4 header

h5 header
h6 header

That's an hr above. It just works!

Here's an image

However, images will still look like images. Deal with it.