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
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-27
Drop support for ghc < 8.
John MacFarlane
1
-3
/
+0
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-12-10
Docx writer: Make Level into a real type.
Jesse Rosenthal
1
-1
/
+1
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-3
/
+7
2018-04-05
Changes to tests to accommodate changes in pandoc-types.
John MacFarlane
1
-1
/
+5
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-13
Docx reader: Parse nested smart tags.
Jesse Rosenthal
1
-2
/
+0
2018-03-12
Docx reader: remove unused docxWarnings
Alexander Krotov
1
-2
/
+0
2018-02-23
Docx reader: code cleanup.
Jesse Rosenthal
1
-10
/
+9
2018-02-23
Docx reader: simplify custom-style reading code.
Jesse Rosenthal
1
-41
/
+23
2018-02-23
Docx reader: Don't look up dependant run styles if +styles is enabled.
Jesse Rosenthal
1
-36
/
+39
2018-02-22
Docx reader: Move pandoc inline styling inside custom-style span
Jesse Rosenthal
1
-7
/
+7
2018-02-22
Docx reader: Avoid repeated spans in custom styles.
Jesse Rosenthal
1
-10
/
+20
2018-02-22
Docx reader: read custom styles
Jesse Rosenthal
1
-60
/
+96
2018-02-15
Docx reader: Pick table width from the longest row or header
danse
1
-5
/
+9
2018-01-19
hlint code improvements.
John MacFarlane
1
-9
/
+7
2018-01-16
Docx reader: Parse hyperlinks in instrText tags
Jesse Rosenthal
1
-2
/
+4
2018-01-16
Docx reader: Parse fldChar tags
Jesse Rosenthal
1
-0
/
+3
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2018-01-02
Docx reader: remove MultiWayIf
Jesse Rosenthal
1
-38
/
+39
2018-01-02
Docx reader: Allow for insertion/deletion of paragraphs.
Jesse Rosenthal
1
-4
/
+44
2018-01-02
Docx reader: Extract tracked changes type from parpart.
Jesse Rosenthal
1
-2
/
+2
2017-12-31
Docx reader: minor cleanup.
Jesse Rosenthal
1
-1
/
+2
2017-12-31
Docx Reader: Combine adjacent anchors.
Jesse Rosenthal
1
-20
/
+47
2017-12-30
Docx reader: Remove unused anchors.
Jesse Rosenthal
1
-5
/
+27
2017-12-22
API change: export blocksToInlines' from Text.Pandoc.Shared
mb21
1
-1
/
+1
2017-12-13
Docx writer: Continue lists after interruption.
Jesse Rosenthal
1
-15
/
+22
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
1
-1
/
+4
2017-12-02
Docx reader: don't strip out empty paragraphs.
John MacFarlane
1
-3
/
+1
2017-10-29
Source code reformatting.
John MacFarlane
1
-2
/
+2
2017-10-27
hlint suggestions.
John MacFarlane
1
-38
/
+37
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-2
/
+2
2017-10-27
Consistent underline for Readers (#2270)
hftf
1
-2
/
+3
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-04-15
Docx reader: removed readDocxWithWarnings (API change).
John MacFarlane
1
-9
/
+1
2017-03-10
Docx reader: more efficient trimSps.
John MacFarlane
1
-9
/
+9
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-41
/
+43
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-3
/
+6
2017-02-03
Docx reader: Don't drop smartTag contents.
John MacFarlane
1
-0
/
+3
2017-01-25
Class: rename addWarning[WithPos] to warning[WithPos].
John MacFarlane
1
-2
/
+2
2017-01-25
Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.
John MacFarlane
1
-2
/
+2
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-1
/
+2
2017-01-25
Working on readers.
Jesse Rosenthal
1
-52
/
+44
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
1
-2
/
+2
2016-12-13
Docx reader: Empty header should be list of lists.
Jesse Rosenthal
1
-9
/
+11
2016-12-08
Docx reader: Ensure one-row tables don't have header.
Jesse Rosenthal
1
-1
/
+2
2016-11-10
Docx reader: add a placeholder value for CHART.
Jesse Rosenthal
1
-0
/
+3
[next]