README.md
# Markex
A small package for creating 2D markup.
Will be actively used in my projects.
If you also decided to use my tool, then feel free to send corrections and suggestions
## Installation
This package [available in Hex](https://hex.pm/packages/markex) and can be installed
by adding `markex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:markex, "~> 1.0.0"}
]
end
```
[Documentation on hex](https://hexdocs.pm/markex/readme.html).