Packages
Earmark is a pure-Elixir Markdown converter. It is intended to be used as a library (just call Earmark.as_html), but can also be used as a command-line tool (run mix escript.build first). Output generation is pluggable.
Retired package: testing
Current section
Files
Jump to
Current section
Files
lib/l42_dummy_hex_project_test.ex
defmodule L42DummyHexProjectTest do
@moduledoc """
Documentation for `L42DummyHexProjectTest`.
"""
@doc """
Hello world.
## Examples
iex> L42DummyHexProjectTest.hello()
:world
"""
def hello do
:world
end
end