aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
AgeCommit message (Expand)AuthorFilesLines
2007-08-30Replaced individual wrapping routines in RST, Man, andfiddlosopher1-8/+2
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-16/+10
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-17/+16
2007-07-28Man page writer: modified treatment of autolinks,fiddlosopher1-1/+1
2007-07-22Man writer: Use ~ and ^ for subscripts and superscripts.fiddlosopher1-6/+9
2007-07-22Man writer:fiddlosopher1-2/+2
2007-07-22Changed text to char for one character stringsfiddlosopher1-4/+4
2007-07-22+ Added support for superscript, subscript, andfiddlosopher1-15/+12
2007-07-21Changed system for indicating man page title, section,fiddlosopher1-8/+9
2007-07-08Man writer: Don't print .\" t at beginning unless we'refiddlosopher1-1/+1
2007-07-08Fixed bug in Notes ($$ instead of <>), which causedfiddlosopher1-1/+1
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-07-07Man writer: Use integral n measures instead of fractional ifiddlosopher1-1/+2
2007-07-04Man writer:fiddlosopher1-3/+9
2007-07-04Added table support to man writer (using the tbl preprocessor).fiddlosopher1-10/+36
2007-07-02Man writer: don't change - to \- (minus sign).fiddlosopher1-1/+1
2007-07-02Man writer: better output for line break:fiddlosopher1-1/+1
2007-07-02Minor changes in Man writer:fiddlosopher1-18/+26
2007-07-01Modified escaping in Man writer. Also changedfiddlosopher1-5/+5
2007-06-30Added groff man writer.fiddlosopher1-0/+263