Skip to content

quasiquoting/levaindoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, "0.7.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