Skip to content
forked from zaniar/md2roff

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

License

Notifications You must be signed in to change notification settings

pnmlinux/md2roff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ([email protected]).

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 82.1%
  • Shell 16.0%
  • Makefile 1.9%