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
2017-04-12
Man writer: Fix handling of nested font commands.
John MacFarlane
1
-9
/
+37
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-16
/
+16
2017-03-01
Writers: Use gets to access MonadState where possible (#3480)
Alexander Krotov
1
-3
/
+3
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-5
/
+10
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-1
/
+0
2017-01-25
Refactored math conversion in writers.
John MacFarlane
1
-3
/
+3
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-1
/
+2
2017-01-25
Implement Errors in PandocMonad
Jesse Rosenthal
1
-26
/
+31
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-1
/
+2
2016-12-05
Man writer: Ensure that periods are escaped at beginning of line.
John MacFarlane
1
-4
/
+2
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-3
/
+3
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-1
/
+2
2016-08-27
Man writer: allow section numbers that are not a single digit.
John MacFarlane
1
-5
/
+5
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-1
/
+3
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-3
/
+3
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-01
Set the template variable $pandoc-version$ to pandocVersion by default.
Alex Vong
1
-0
/
+1
2015-10-01
Set the template variable $hyphenate$ to true by default
Alex Vong
1
-0
/
+1
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-3
/
+3
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-1
/
+1
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
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
[next]