Makeup Live Formatter

Built with Phoenix LiveView by Jason Axelson. Highlights Elixir code. Source code is available on GitHub.

Enter text here

Rendered

defmodule ExampleModule do
  def hello do
    IO.puts("Hello World")
  end
end