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
/
Readers
/
Odt
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-12
Use Prelude from base-compat for ghc 8.4 too.
John MacFarlane
1
-5
/
+1
2021-08-11
Try fixing compile error on older ghcs.
John MacFarlane
1
-1
/
+5
2021-05-25
Allow compilation with base 4.15
Albert Krewinkel
1
-6
/
+5
2021-03-31
Treat tabs as spaces in ODT Reader. (#7185)
niszet
1
-1
/
+7
2021-03-18
T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.
John MacFarlane
1
-5
/
+6
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
3
-6
/
+6
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
6
-58
/
+48
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
2
-3
/
+3
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2
-4
/
+5
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-1
/
+1
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-2
/
+2
2020-04-15
Implement the new Table type
despresc
1
-2
/
+2
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
10
-20
/
+0
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
4
-8
/
+8
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+0
2020-02-05
Simplify an overcomplicated filtering function (#6115)
Joseph C. Sible
1
-1
/
+1
2020-02-04
Remove our bool function (#6116)
Joseph C. Sible
2
-9
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
3
-35
/
+69
2019-06-20
Improve the parsing of frames in ODT documents
blmage
3
-72
/
+125
2019-03-01
Remove license boilerplate.
John MacFarlane
11
-206
/
+0
2018-12-17
Replace read with safeRead. Closes #5162.
John MacFarlane
1
-6
/
+3
2018-11-22
Hlint suggestions.
John MacFarlane
1
-2
/
+0
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-2
/
+7
2018-08-14
ODT reader: deal gracefully with missing `<office:font-face-decls/>`.
John MacFarlane
1
-1
/
+1
2018-08-10
Avoid non-exhaustive pattern match.
John MacFarlane
1
-3
/
+1
2018-07-02
Spellcheck comments
Alexander Krotov
5
-7
/
+7
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
11
-4
/
+20
2018-03-17
hlint fixes.
John MacFarlane
1
-4
/
+4
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2
-14
/
+2
2018-03-16
Semigroup instance for Styles in T.P.Readers.Odt.StyleReader.
John MacFarlane
1
-2
/
+12
2018-03-16
Removed redundant import.
John MacFarlane
1
-3
/
+1
2018-03-13
Require pandoc-types 1.17.4.
John MacFarlane
1
-3
/
+3
2018-01-19
hlint code improvements.
John MacFarlane
4
-36
/
+32
2017-11-06
Spellcheck comments
Alexander Krotov
2
-6
/
+6
2017-11-02
hlint
Alexander Krotov
2
-5
/
+5
2017-10-29
Source code reformatting.
John MacFarlane
1
-1
/
+0
2017-10-29
More hlint fixes.
John MacFarlane
1
-1
/
+1
2017-10-27
hlint suggestions.
John MacFarlane
4
-9
/
+8
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
8
-76
/
+75
2017-06-20
Odt reader: replaced collectRights with rights from Data.Either.
John MacFarlane
2
-6
/
+2
2017-05-31
Odt reader: remove dead code
Albert Krewinkel
7
-902
/
+4
2017-01-27
Shared: rename compactify', compactify'DL -> compactify, compactifyDL.
John MacFarlane
1
-2
/
+2
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
2
-36
/
+10
2017-01-25
Added page breaks into Pandoc.
Hubert Plociniczak
2
-10
/
+36
2016-11-26
[odt] Infer table's caption from the paragraph (#3224)
hubertp-lshift
1
-6
/
+21
2016-11-08
Inline code when text has a special style
Hubert Plociniczak
1
-6
/
+20
2016-11-01
[odt] Infer tables' header props from rows (#3199)
hubertp-lshift
1
-2
/
+9
2016-10-19
Image with a caption needs special formatting
Hubert Plociniczak
1
-2
/
+6
2016-10-18
Merge pull request #3166 from hubertp-lshift/bug/3134
John MacFarlane
1
-3
/
+2
[next]