summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
Commit message (Expand)AuthorAge
* Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong2015-10-01
* Set the template variable $hyphenate$ to true by defaultAlex Vong2015-10-01
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane2014-03-12
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Man writer: give more fine-grained control in template.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane2013-06-24
* Man writer: use one decimal place for column widths.John MacFarlane2013-04-09
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* Man writer: Escape - as \-.John MacFarlane2012-08-18
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Made man writer more robust.John MacFarlane2012-03-09
* Merge pull request #438 from michaelt/patch-2John MacFarlane2012-03-07
|\
| * Fix initial `Str "."` after `LineBreak` as well? Michael Thompson2012-03-07
* | escape initial dot in code linesMichael Thompson2012-03-07
|/
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Man writer: updated to use Pretty.John MacFarlane2010-12-22
* Shared: Made splitBy take a test instead of an element.John MacFarlane2010-12-21
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Improved handling of code in man writer.John MacFarlane2010-07-14
* Man writer: convert math to unicode when possible.John MacFarlane2010-04-26
* 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