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
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
2016-11-02
Docx reader: Handle Alt text and titles in images.
Jesse Rosenthal
1
-4
/
+4
2016-09-02
Remove Text.Pandoc.Compat.Except
Jesse Rosenthal
1
-1
/
+1
2016-08-29
Docx reader: make all compilers happy with traversable.
Jesse Rosenthal
1
-1
/
+3
2016-08-29
Docx reader: Import traverse for ghc 7.8
Jesse Rosenthal
1
-0
/
+1
2016-08-29
Docx reader: clean up function with `traverse`
Jesse Rosenthal
1
-6
/
+1
2016-08-28
Docx reader: update copyright.
Jesse Rosenthal
1
-2
/
+2
2016-08-28
Docx reader: use all anchor spans for header ids.
Jesse Rosenthal
1
-1
/
+1
2016-08-28
Docx reader: Let headers use exisiting id.
Jesse Rosenthal
1
-6
/
+10
2016-08-28
Docx reader: Handle anchor spans with content in headers.
Jesse Rosenthal
1
-7
/
+8
2016-06-23
Docx reader: Add warning for advanced comment formatting.
Jesse Rosenthal
1
-2
/
+18
2016-06-23
docx reader: enable warnings in top-level reader
Jesse Rosenthal
1
-6
/
+10
2016-06-23
Docx reader: add simple comment functionality.
Jesse Rosenthal
1
-0
/
+16
2016-05-01
Docx Reader: Throw PandocError on unzip failure
Jesse Rosenthal
1
-4
/
+5
2016-03-12
Add readDocxWithWarnings
Jesse Rosenthal
1
-6
/
+15
2016-03-08
Docx reader: update feature checklist.
Jesse Rosenthal
1
-5
/
+3
2016-02-26
Docx Reader: Get rid of Modifiable typeclass.
Jesse Rosenthal
1
-15
/
+15
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-3
/
+4
2015-12-13
Docx reader: image attributes
mb21
1
-4
/
+11
2015-11-23
Docx Reader: Remove DummyListItem type
Jesse Rosenthal
1
-2
/
+2
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-2
/
+2
2015-11-18
Docx reader: Handle dummy list items.
Jesse Rosenthal
1
-0
/
+4
[prev]
[next]