Par is a paragraph reformatter, similar to the standard Unix fmt filter, but better. It uses a dynamic programming algorithm, which produces much better-looking line breaks than the greedy algorithm used by fmt. It can also deal correctly with a variety of quotation and comment conventions.