Levaindoc is a lightweight LFE wrapper for pandoc, based on its Elixir cousin, pandex.
Levaindoc can perform lots of conversions.
Install pandoc and add Levaindoc to rebar.config
:
{deps, [
{levaindoc, "0.7.0"}
]}.
Copyright (c) 2016 Eric Bailey
This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the LICENSE file for more details.
Levaindoc is based on Pandex by Sandeep Laxman, which is also licensed under the MIT License.
Copyright (c) 2015 Sandeep Laxman