Merge: extends nitmd to handle manpages output format
authorJean Privat <jean@pryen.org>
Wed, 19 Aug 2015 05:41:04 +0000 (01:41 -0400)
committerJean Privat <jean@pryen.org>
Wed, 19 Aug 2015 05:41:04 +0000 (01:41 -0400)
commitb144984d92908662f47a251f1cca1fd8e57b2594
treead78a3fb722209891b698457747cff6193d7e017
parentef9654ac84892f8d7c9bd76d64655b32e09f6fa1
parentc0f36c8f52cd5a0004971ef2140d94652e148b45
Merge: extends nitmd to handle manpages output format

A lot of things are done here:

* extension of nitmd to handle more output formats
* new man decorator to transform markdown into basic groff suitable for manpages. Close #1506
* remove dubious usage of definition list in our markdown. Close #1594
* remove the use of pandoc and use nitmd to generate our manpages. Close #824

Pull-Request: #1637
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>