less than 1 minute read

This post exists mainly to show what different bits of content look like once the theme renders them.

Headings, emphasis, and lists

You can write bold, italic, and inline code. Lists work as expected:

  1. First item
  2. Second item
  3. Third item

Code blocks

def greet(name)
  puts "Hello, #{name}!"
end

greet("world")

Quotes

Static sites are fast, cheap to host, and hard to break.

That’s really all there is to it — write Markdown, commit, and your site rebuilds itself.