ElixirBot.Markdown (elixir_bot v0.1.8) View Source

Markdown

Link to this section Summary

Link to this section Types

Specs

ast() :: EarmarkParser.ast()

Specs

code() :: binary() | nil

Specs

command() :: ElixirBot.Command.command() | nil

Specs

t() :: %ElixirBot.Markdown{
  ast: ast(),
  body: binary(),
  code: code(),
  command: command()
}

Link to this section Functions

Specs

init(binary()) :: {:ok, t()} | {:error, term()}