Warning, /education/cantor/thirdparty/discount-2.2.6-patched/makepage.1 is written in an unsupported language. File is not indexed.

0001 .\"     %A%
0002 .\"
0003 .Dd January 10, 2010
0004 .Dt MAKEPAGE 1
0005 .Os MASTODON
0006 .Sh NAME
0007 .Nm makepage
0008 .Nd convert markdown input to a fully-formed xhtml page
0009 .Sh SYNOPSIS
0010 .Nm
0011 .Op Fl V
0012 .Op Fl F Pa bitmap
0013 .Op Fl f Ar flags
0014 .Op Pa file
0015 .Sh DESCRIPTION
0016 The
0017 .Nm
0018 utility parses a
0019 .Xr markdown 7 Ns -formatted
0020 .Pa textfile
0021 .Pq or stdin if not specified,
0022 compiles it, then prints a fully-formed xhtml page to stdout.
0023 .Pp
0024 The 
0025 .Fl F ,
0026 .Fl f , 
0027 and
0028 .Fl V
0029 flags are identical to the same options in 
0030 .Xr markdown 1 .
0031 .Pp
0032 .Nm
0033 is part of discount.
0034 .Sh RETURN VALUES
0035 The
0036 .Nm
0037 utility exits 0 on success, and >0 if an error occurs.
0038 .Sh SEE ALSO
0039 .Xr markdown 1 ,
0040 .Xr markdown 3 ,
0041 .Xr markdown 7 ,
0042 .Xr mkd-extensions 7 .
0043 .Sh AUTHOR
0044 .An David Parsons
0045 .Pq Li orc@pell.portland.or.us