diff --git a/demo/kitchen-sink/docs/elixir.ex b/demo/kitchen-sink/docs/elixir.ex index 693a4bb1..bb6a45f1 100644 --- a/demo/kitchen-sink/docs/elixir.ex +++ b/demo/kitchen-sink/docs/elixir.ex @@ -1,4 +1,22 @@ defmodule HelloModule do + @moduledoc """ + This is supposed to be `markdown`. + __Yes__ this is [mark](http://down.format) + + # Truly + + ## marked + + * with lists + * more + * and more + + Even.with(code) + blocks |> with |> samples + + _Docs are first class citizens in Elixir_ (Jose Valim) + """ + # A "Hello world" function def some_fun do IO.puts "Juhu Kinners!"