README.md

# MDEx

A fast 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter for Elixir.

Use Rust's [comrak crate](https://crates.io/crates/comrak) under the hood.

## Installation

Add `:mdex` dependecy:

```elixir
def deps do
  [
    {:mdex, "~> 0.1.0"}
  ]
end
```