summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
Commit message (Expand)AuthorAge
* Updated copyright notices.John MacFarlane2010-03-23
* Use template variables for include-before/after.fiddlosopher2010-03-13
* Man writer: properly handle headerless tables.fiddlosopher2010-03-13
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Revised man writer to use new templates.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Don't print raw HTML in man output.fiddlosopher2009-12-07
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Man writer: break lines at end of each sentence.fiddlosopher2009-06-06
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Undid last change: instead of blocking the internal links in thefiddlosopher2007-10-12
* Man writer: Don't print link source for internal links (#...).fiddlosopher2007-10-11
* Added a writer option for wrapped text and a command-line optionfiddlosopher2007-09-27
* Replaced individual wrapping routines in RST, Man, andfiddlosopher2007-08-30
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Man page writer: modified treatment of autolinks,fiddlosopher2007-07-28
* Man writer: Use ~ and ^ for subscripts and superscripts.fiddlosopher2007-07-22
* Man writer:fiddlosopher2007-07-22
* Changed text to char for one character stringsfiddlosopher2007-07-22
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* Changed system for indicating man page title, section,fiddlosopher2007-07-21
* Man writer: Don't print .\" t at beginning unless we'refiddlosopher2007-07-08
* Fixed bug in Notes ($$ instead of <>), which causedfiddlosopher2007-07-08
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Man writer: Use integral n measures instead of fractional ifiddlosopher2007-07-07
* Man writer:fiddlosopher2007-07-04
* Added table support to man writer (using the tbl preprocessor).fiddlosopher2007-07-04
* Man writer: don't change - to \- (minus sign).fiddlosopher2007-07-02
* Man writer: better output for line break:fiddlosopher2007-07-02
* Minor changes in Man writer:fiddlosopher2007-07-02
* Modified escaping in Man writer. Also changedfiddlosopher2007-07-01
* Added groff man writer.fiddlosopher2007-06-30