Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 903 Bytes

README.org

File metadata and controls

27 lines (20 loc) · 903 Bytes

levaindoc

Levaindoc is a lightweight LFE wrapper for pandoc, based on its Elixir cousin, pandex.

Levaindoc can perform lots of conversions.

Installation

Install pandoc and add Levaindoc to rebar.config:

{deps,
 [{levaindoc,
   {git, "git://github.com/quasiquoting/levaindoc.git",
    {tag, "0.2.0"}}}]}.

Usage

License

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