testing

Published

Testing code blocks.

This is an inline code snippet: git commit.

And this is a multi-line code shell block:

touch .foo
cd foo
ls foo

And this is a ruby block:

def foo
  "bar"
end

And some more text.