Hello, World!


Ciao mondo!

This article is a placeholder to demo all of the formatting choices.

Header 1

Header 2

Header 3

Header 4

Normal Text

Italic Text

Bold Text

inline_code

Block quote

# Block code, using elixir formatting
IO.puts "hello world"

{"foo", "bar"}

:ok = Module.call(args)

[1,2,3,4,5]
|> Enum.map(fn x -> x * 2 end)
# Block code, using ruby formatting
var = Object.new(a, b, c: ["foo"])

Bar.find_each do |b|
  b.update!(thing: 90.9)
end

Unordered List

  • option 1
  • unordered A
    1. Foo
    2. Bar

Ordered List

  1. A
  2. B
  3. C
    • How
    • About

A link to the best boss I ever had


Checking for comments…