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
l42_dummy_hex_project_test lib l42_dummy_hex_project_test.ex
Raw

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