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
/
Shared.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-17
Move common groff functions to Text.Pandoc.Writers.Groff
John MacFarlane
1
-10
/
+1
2018-10-07
Revert export of hasSimpleCells from T.P.Writers.Shared.
John MacFarlane
1
-18
/
+0
2018-10-06
RST writer: use simple tables when possible.
John MacFarlane
1
-0
/
+18
2018-10-05
CommonMark writer: add plain text fallbacks. (#4531)
quasicomputational
1
-1
/
+30
2018-10-04
Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)
Mauro Bieg
1
-15
/
+47
2018-10-03
Text.Pandoc.Writers.Shared: added `metaValueToString`.
John MacFarlane
1
-0
/
+9
2018-10-02
Removed Text.Pandoc.Groff.
John MacFarlane
1
-0
/
+11
2018-08-17
Docx writer: properly handle display math in spans.
John MacFarlane
1
-2
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-17
hlint fixes.
John MacFarlane
1
-1
/
+1
2018-03-17
Don't wrap lines in grid tables when `--wrap=none` (#4320)
Francesco Occhipinti
1
-12
/
+30
2018-03-17
RST writer: strip whitespace within inlines, closes #4327 (#4329)
Francesco Occhipinti
1
-0
/
+1
2018-01-12
Move `metaValueToInlines` to T.P.W.Shared
Jesse Rosenthal
1
-0
/
+9
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-02
Docx writer: allow empty paragraphs.
John MacFarlane
1
-2
/
+8
2017-10-29
hlint suggestions.
John MacFarlane
1
-5
/
+5
2017-08-13
Added some Functor constraints needed for ghc 7.8.
John MacFarlane
1
-2
/
+2
2017-08-12
Escape MetaString values (as added with --metadata flag).
John MacFarlane
1
-6
/
+8
2017-08-08
Writers.Shared.unsmartify: undo literal double curly quotes.
John MacFarlane
1
-0
/
+3
2017-07-13
Use foldrWithKey instead of deprecated foldWithKey.
John MacFarlane
1
-1
/
+1
2017-06-25
Moved BCP47 specific functions from Writers.Shared to new module.
John MacFarlane
1
-84
/
+3
2017-06-25
Writers.Shared: improve type of Lang and bcp47 parser.
John MacFarlane
1
-29
/
+67
2017-06-25
Writers.Shared: refactored getLang, splitLang...
John MacFarlane
1
-11
/
+24
2017-06-25
Text.Pandoc.Writers.Shared: export splitLang.
John MacFarlane
1
-0
/
+19
2017-06-25
Text.Pandoc.Writers.Shared: added getLang.
John MacFarlane
1
-2
/
+13
2017-06-10
Writers.Shared: metaToJSON, generalized type so it can take a Text.
John MacFarlane
1
-9
/
+9
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-03-23
Pipe tables: impose minimum cell size.
John MacFarlane
1
-5
/
+7
2017-03-23
Grid tables: remove unnecessary extra space in cells.
John MacFarlane
1
-1
/
+1
2017-03-23
Writers.Shared.gridTable: defensive coding around 'maximum'.
John MacFarlane
1
-1
/
+2
2017-03-21
RST writer: improve grid table output, fix bug with empty rows.
John MacFarlane
1
-17
/
+29
2017-03-21
Moved more gridTable calculations to Writers.Shared.
John MacFarlane
1
-5
/
+30
2017-03-21
Moved gridTable from Markdown writer to Writers.Shared.
John MacFarlane
1
-1
/
+42
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-13
/
+14
2017-02-25
Fixed type sig for older GHC versions.
John MacFarlane
1
-1
/
+1
2017-02-25
Fixed addVariablesToJSON.
John MacFarlane
1
-2
/
+5
2017-02-25
Writers.Shared: export metaToJSON', addVariablesToJSON.
John MacFarlane
1
-10
/
+28
2017-02-25
Writers.Shared: Changed metaToJSON a bit.
John MacFarlane
1
-4
/
+17
2017-02-05
Removed redundant import.
John MacFarlane
1
-1
/
+0
2017-02-04
Implemented +/-smart in rst writer.
John MacFarlane
1
-0
/
+15
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-1
/
+2
2016-07-01
Writers: treat SoftBreak as space for stripping
Jesse Rosenthal
1
-0
/
+1
2015-11-23
Define a `meta-json` variable for all writers.
John MacFarlane
1
-2
/
+4
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-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-01-02
Moved fixDisplayMath from Docx writer to Writer.Shared.
John MacFarlane
1
-0
/
+27
2013-12-19
HLint: Remove lambdas.
Henry de Valence
1
-2
/
+1
2013-10-26
Text.Pandoc.Writer.Shared: fixed bug in tagWithAttrs.
John MacFarlane
1
-3
/
+2
[next]