diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-08-30 19:30:27 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-08-30 19:30:27 +0200 |
| commit | 039e319c7f3ecbab27facab29d4ea3a9609e320f (patch) | |
| tree | ea5a42fc76fb9fcbe66b39dc6f728aa6d653241e | |
| parent | 1d9e3269c5a03fd6282b3193a334d6a3101656bd (diff) | |
| download | packages-039e319c7f3ecbab27facab29d4ea3a9609e320f.tar.gz packages-039e319c7f3ecbab27facab29d4ea3a9609e320f.zip | |
Merges #392 manually.
| -rw-r--r-- | packages.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages.json b/packages.json index be738fa..d157c18 100644 --- a/packages.json +++ b/packages.json @@ -5122,5 +5122,26 @@ "description": "Nim module for parsing ITN (TomTom intinerary) files", "web": "https://github.com/achesak/nim-itn", "url": "https://github.com/achesak/nim-itn" + }, + { + "name": "foliant", + "tags": [ + "foliant", + "docs", + "pdf", + "docx", + "word", + "latex", + "tex", + "pandoc", + "markdown", + "md", + "restream" + ], + "method": "git", + "license": "MIT", + "web": "https://github.com/foliant-docs/foliant-nim", + "url": "https://github.com/foliant-docs/foliant-nim", + "description": "Documentation generator that produces pdf and docx from Markdown. Uses Pandoc and LaTeX behind the scenes." } ] |
