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 and can be installed by adding markex to your list of dependencies in mix.exs:

def deps do
  [
    {:markex, "~> 1.0.0"}
  ]
end

Documentation on hex.