Improved the mdown2::paragraph_p parser.
[mppdown.git] / mppdown.1
blob8dbfdb6ebf84c7da2ae7fe057b849c8abb42e3c3
1 .Dd Oct 22, 2011
2 .Dt MPPDOWN 1 1
3 .Sh NAME
4 .Nm mppdown
5 .Nd C++ implementation of the mdown2 specification
6 .Sh SYNOPSIS
7 .Nm
8 .Op Fl h
9 .Op Fl o Ar output
10 .Op Ar input
11 .Sh DESCRIPTION
12 .Nm mppdown
13 is a C++ program that reads an
14 .Ar input
15 file written in the mdown2 format and that returns a LaTeX-formatted
16 output file on the standard output or
17 .Ar output
18 if specified.
19 .Pp
20 Its arguments are:
21 .Bl -tag -width Ds
22 .It Fl h
23 Displays a help message.
24 .It Fl o Ar output
25 Writes to
26 .Ar output
27 instead of standard output.
28 .It Ar input
29 The input file to read.
30 .El
31 .Sh EXIT STATUS
32 .Ex -std