aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
AgeCommit message (Expand)AuthorFilesLines
2012-03-07Merge pull request #438 from michaelt/patch-2John MacFarlane1-0/+2
2012-03-07Fix initial `Str "."` after `LineBreak` as well? Michael Thompson1-0/+2
2012-03-07escape initial dot in code linesMichael Thompson1-1/+5
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-5/+7
2011-01-26Add support for attributes in inline Code.John MacFarlane1-4/+5
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+4
2010-12-22Man writer: updated to use Pretty.John MacFarlane1-18/+22
2010-12-21Shared: Made splitBy take a test instead of an element.John MacFarlane1-1/+1
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-07-14Improved handling of code in man writer.John MacFarlane1-3/+7
2010-04-26Man writer: convert math to unicode when possible.John MacFarlane1-2/+3
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-13Use template variables for include-before/after.fiddlosopher1-5/+1
2010-03-13Man writer: properly handle headerless tables.fiddlosopher1-2/+4
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-2/+1
2009-12-31Revised man writer to use new templates.fiddlosopher1-42/+37
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-4/+6
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-12/+13
2009-12-07Don't print raw HTML in man output.fiddlosopher1-2/+2
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-8/+8
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-1/+3
2009-06-06Man writer: break lines at end of each sentence.fiddlosopher1-3/+36
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+301
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-293/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+293
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-293/+0
2007-10-12Undid last change: instead of blocking the internal links in thefiddlosopher1-1/+0
2007-10-11Man writer: Don't print link source for internal links (#...).fiddlosopher1-0/+1
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher1-2/+3
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