/elixir_org

org-mode parser for Elixir

Primary LanguageElixir

Org

Implements an org-mode parser.

Further documentation is available on hexdocs.pm

Installation

The package can be installed by adding org to your list of dependencies in mix.exs:

def deps do
  [
    {:org, "~> 0.1.0"}
  ]
end