aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak1-2/+3
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane1-1/+1
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane1-2/+3
2013-08-10Adjustments for new Format newtype.John MacFarlane1-4/+6
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+2
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-7/+7
2013-06-27Man writer: give more fine-grained control in template.John MacFarlane1-10/+16
2013-06-24Use new flexible metadata type.John MacFarlane1-19/+17
2013-06-24Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane1-1/+5
2013-04-09Man writer: use one decimal place for column widths.John MacFarlane1-1/+1
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-2/+3
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane1-2/+1
2012-08-18Man writer: Escape - as \-.John MacFarlane1-1/+1
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-39/+39
2012-03-09Made man writer more robust.John MacFarlane1-5/+6
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