# MD2MAN 5 2014-06-22 3.0.0 ## NAME md2man - manual page flavoring for the markdown(7) file format ## DESCRIPTION [md2man] makes the markdown(7) file format friendly for writing UNIX manual pages by extending its syntax, semantics, and assumed processing extensions. ### Syntax md2man extends markdown(7) syntax by defining three kinds of paragraphs. This is a normal paragraph. This is a tagged paragraph. This is an indented paragraph. This is another normal paragraph. #### Normal paragraphs Paragraphs whose lines are all indented by exactly zero or one additional spaces are considered to be "normal paragraphs". For example: This is a normal paragraph. This is another normal paragraph. #### Tagged paragraphs Paragraphs whose first line is indented by less than two additional spaces and whose subsequent lines are uniformly indented by exactly two additional spaces are considered to be "tagged paragraphs". For example: This is a tagged paragraph. #### Indented paragraphs Paragraphs whose lines are all uniformly indented by exactly two additional spaces are considered to be "indented paragraphs". For example: This is an indented paragraph. ### Semantics md2man extends markdown(7) semantics by treating top-level headings specially. #### Top-level headings The first top-level `