nereusx / md2roff

md2roff - convert markdown to groff / troff (man, mdoc, mm, mom) documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md2roff

A utility to convert markdown documents to Unix *roff format (man, mdoc, mm and mom packages).

License: GPL v3+ Requires:

  • Any C99 compiler

Status

Alpha but it does the job.

Install

# git clone https://github.com/nereusx/md2roff
# cd md2roff
# make && make install

Note: Edit Makefile to set the destination directory.

Usage

Example:

% md2roff myfile.md > myfile.man

For more, please read the md2roff.md file.

COPYRIGHT

Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later (http://gnu.org/licenses/gpl.html). This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

AUTHOR

Written by Nicholas Christopoulos (nereus@freemail.gr).

About

md2roff - convert markdown to groff / troff (man, mdoc, mm, mom) documents

License:GNU General Public License v3.0


Languages

Language:C 97.8%Language:Makefile 2.2%