index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Man.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-04
Use `stripPrefix` where appropriate.
Artyom Kazak
1
-2
/
+3
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
1
-2
/
+2
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-03-12
Man writer: Ensure that terms in definition lists aren't line wrapped.
John MacFarlane
1
-1
/
+1
2013-11-01
TexMath: Export readTeXMath', which attends to display/inline.
John MacFarlane
1
-2
/
+3
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-4
/
+6
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+2
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-2
/
+2
2013-06-29
Metadata changes: Variables now completely shadow metadata.
John MacFarlane
1
-2
/
+2
2013-06-27
Writers: Use defField for defaults.
John MacFarlane
1
-7
/
+7
2013-06-27
Man writer: give more fine-grained control in template.
John MacFarlane
1
-10
/
+16
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-19
/
+17
2013-06-24
Revised Text.Pandoc.Templates to accept JSON contexts.
John MacFarlane
1
-1
/
+5
2013-04-09
Man writer: use one decimal place for column widths.
John MacFarlane
1
-1
/
+1
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-1
/
+1
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-2
/
+3
2012-09-29
Renamed removedLeadingTrailingSpace to trim.
John MacFarlane
1
-2
/
+1
2012-08-18
Man writer: Escape - as \-.
John MacFarlane
1
-1
/
+1
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-0
/
+1
2012-07-26
Fixed whitespace errors.
John MacFarlane
1
-39
/
+39
2012-03-09
Made man writer more robust.
John MacFarlane
1
-5
/
+6
2012-03-07
Merge pull request #438 from michaelt/patch-2
John MacFarlane
1
-0
/
+2
2012-03-07
Fix initial `Str "."` after `LineBreak` as well?
Michael Thompson
1
-0
/
+2
2012-03-07
escape initial dot in code lines
Michael Thompson
1
-1
/
+5
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-5
/
+7
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-4
/
+5
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-3
/
+4
2010-12-22
Man writer: updated to use Pretty.
John MacFarlane
1
-18
/
+22
2010-12-21
Shared: Made splitBy take a test instead of an element.
John MacFarlane
1
-1
/
+1
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
1
-1
/
+1
2010-07-14
Improved handling of code in man writer.
John MacFarlane
1
-3
/
+7
2010-04-26
Man writer: convert math to unicode when possible.
John MacFarlane
1
-2
/
+3
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-03-13
Use template variables for include-before/after.
fiddlosopher
1
-5
/
+1
2010-03-13
Man writer: properly handle headerless tables.
fiddlosopher
1
-2
/
+4
2009-12-31
Removed redundant imports (found by ghc 6.12).
fiddlosopher
1
-2
/
+1
2009-12-31
Revised man writer to use new templates.
fiddlosopher
1
-42
/
+37
2009-12-31
Changed Meta author and date types to Inline lists instead of Strings.
fiddlosopher
1
-4
/
+6
2009-12-31
Removed unneeded writer options; use template variables instead.
fiddlosopher
1
-12
/
+13
2009-12-07
Don't print raw HTML in man output.
fiddlosopher
1
-2
/
+2
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
1
-8
/
+8
2009-11-28
Better looking simple tables. Resolves Issue #180.
fiddlosopher
1
-1
/
+3
2009-06-06
Man writer: break lines at end of each sentence.
fiddlosopher
1
-3
/
+36
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-0
/
+301
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-293
/
+0
2007-11-03
Reverted back to state as of r1062. The template haskell changes
fiddlosopher
1
-0
/
+293
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-293
/
+0
2007-10-12
Undid last change: instead of blocking the internal links in the
fiddlosopher
1
-1
/
+0
2007-10-11
Man writer: Don't print link source for internal links (#...).
fiddlosopher
1
-0
/
+1
2007-09-27
Added a writer option for wrapped text and a command-line option
fiddlosopher
1
-2
/
+3
[next]