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
- Foo
- Bar
Ordered List
- A
- B
- C
- How
- About
Checking for comments…