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
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-11-01
Change 'groff' -> 'roff'.
John MacFarlane
1
-3
/
+3
2018-10-26
Rename Groff -> Roff.
John MacFarlane
1
-1
/
+1
2018-10-26
Man writer: don't wrap .SH and .SS lines.
John MacFarlane
1
-1
/
+1
2018-10-23
Groff writer character escaping changes.
John MacFarlane
1
-7
/
+13
2018-10-19
Man writer: avoid unnecessary `.RS`/`.RE` pair in defn lists.
John MacFarlane
1
-1
/
+3
2018-10-18
Remove unneeded import.
John MacFarlane
1
-1
/
+0
2018-10-18
Groff escaping changes.
John MacFarlane
1
-6
/
+6
2018-10-17
Move common groff functions to Text.Pandoc.Writers.Groff
John MacFarlane
1
-56
/
+2
2018-10-17
Man writer: use \f[R] instead of \f[] to reset font
Alexander Krotov
1
-2
/
+2
2018-10-02
Removed Text.Pandoc.Groff.
John MacFarlane
1
-1
/
+0
2018-10-01
Shared: new export `splitSentences` [API change].
John MacFarlane
1
-26
/
+0
2018-09-30
Implement `--ascii` (`writerPreferAscii`) in writers, not App.
John MacFarlane
1
-1
/
+3
2018-09-04
hlint some writers
Alexander Krotov
1
-2
/
+2
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-19
hlint code improvements.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-09
Man writer: omit internal links.
John MacFarlane
1
-0
/
+2
2017-10-29
Source code reformatting.
John MacFarlane
1
-1
/
+1
2017-10-29
hlint suggestions.
John MacFarlane
1
-17
/
+17
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-1
/
+1
2017-08-07
Man writer: removed some unneeded imports.
John MacFarlane
1
-2
/
+0
2017-08-07
Man writer: avoid error for def lists with no definitions.
John MacFarlane
1
-9
/
+12
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-1
/
+1
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-13
/
+17
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
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
[next]