Skip to content

Initial post

This is to test out kramdown.

Here is a quote from something:

Quote

Isn’t that interesting?

Generic code:

Here is a code block.

Syntax highlighted code:

def foo(bar)
  puts bar
end
render() {
  return <div>`${foo} bar`</div>
}

Header

Header

Header

Header

Header
Header

I’m using a footnote.1

I’m using a footnote with code.2

basic link

reference style

This is emphasis.

This is strong.

This is strikethrough.

This is inline code.

Here is my abbreviation.

  1. Ordered
  2. List
This is a table
with a couple rows
footer     row
  1. This is my footnote. 

  2. <p>
        Here is the code!
    </p>