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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-04
Docx reader: Add support for w:rtl (ltr annotation).
John MacFarlane
1
-3
/
+8
2019-03-01
Remove license boilerplate.
John MacFarlane
3
-55
/
+0
2019-02-21
Docx reader: Start adding comment to combine module
Jesse Rosenthal
1
-0
/
+40
2019-02-18
Docx reader: Trim space inside the last inline.
Jesse Rosenthal
1
-1
/
+2
2019-02-12
Docx reader: unwrap sdt elements in footnotes and comments.
Jesse Rosenthal
1
-3
/
+3
2019-02-08
Docx reader: fix paths in archive to prevent Windows failure
Jesse Rosenthal
1
-1
/
+6
2019-02-07
Revert "Docx reader: Fix windows error"
Jesse Rosenthal
1
-2
/
+1
2019-02-07
Docx reader: Fix windows error
Jesse Rosenthal
1
-1
/
+2
2019-02-07
Docx reader: Some code cleanup
Jesse Rosenthal
1
-15
/
+25
2019-02-07
Docx reader: Extend dynamic xml location to detecting relationships
Jesse Rosenthal
1
-12
/
+19
2019-02-06
Docx reader: Dynamically determine document.xml path.
Jesse Rosenthal
1
-3
/
+12
2019-02-06
Handle Word files generated by Microsoft Word Online.
John MacFarlane
1
-0
/
+2
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
6
-7
/
+44
2018-12-17
Replace read with safeRead. Closes #5162.
John MacFarlane
1
-4
/
+4
2018-12-10
Docx: handle level overrides.
Jesse Rosenthal
1
-6
/
+17
2018-12-10
Docx: add a levelOverride type.
Jesse Rosenthal
1
-3
/
+20
2018-12-10
Docx writer: Make Level into a real type.
Jesse Rosenthal
1
-3
/
+5
2018-10-04
Docx reader: trigger bold/italic with bCs, iCs.
John MacFarlane
1
-2
/
+4
2018-08-10
Avoid non-exhaustive pattern match.
John MacFarlane
1
-2
/
+3
2018-08-10
Avoid a non-exhaustive pattern match.
John MacFarlane
1
-3
/
+2
2018-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-04-17
Docx reader: Combine codeBlocks
Jesse Rosenthal
1
-0
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
6
-0
/
+12
2018-03-17
hlint fixes.
John MacFarlane
1
-2
/
+2
2018-03-13
Docx reader: Parse nested smart tags.
Jesse Rosenthal
1
-14
/
+11
2018-02-28
Docx reader: Handle nested sdt tags.
Jesse Rosenthal
1
-1
/
+1
2018-01-20
Docx reader: Use already imported operator
Jesse Rosenthal
1
-1
/
+1
2018-01-20
Docx reader: small change to Fields hyperlink parser
Jesse Rosenthal
1
-1
/
+1
2018-01-19
hlint code improvements.
John MacFarlane
3
-15
/
+12
2018-01-16
Docx reader: Parse instrText info in fldChar tags.
Jesse Rosenthal
2
-5
/
+102
2018-01-16
Docx reader: Parse fldChar tags
Jesse Rosenthal
1
-5
/
+81
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2
-4
/
+4
2018-01-02
Docx reader: Parse track changes info into paragraph props.
Jesse Rosenthal
1
-15
/
+27
2018-01-02
Docx reader: Extract tracked changes type from parpart.
Jesse Rosenthal
1
-4
/
+17
2017-12-30
Docx reader: Read multiple children of w:sdtContents`
Jesse Rosenthal
1
-5
/
+9
2017-12-27
Docx Reader: preprocess Document body to unwrap "w:sdt" elements
Jesse Rosenthal
1
-1
/
+31
2017-10-29
Source code reformatting.
John MacFarlane
1
-1
/
+1
2017-10-28
Fix warning for older GHC versions.
John MacFarlane
1
-1
/
+1
2017-10-27
hlint suggestions.
John MacFarlane
3
-18
/
+11
2017-10-27
hlint changes.
John MacFarlane
3
-63
/
+55
2017-08-06
Docx reader: Avoid 0-level headers.
Jesse Rosenthal
1
-6
/
+5
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
2
-2
/
+2
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2
-4
/
+4
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
5
-78
/
+81
2017-02-03
Docx reader: handle local namespace declarations.
John MacFarlane
2
-107
/
+127
2017-02-03
Docx reader: Don't drop smartTag contents.
John MacFarlane
1
-0
/
+5
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
1
-1
/
+1
2016-11-30
Use new module from texmath to lookup MS font codepoints.
John MacFarlane
2
-243
/
+1
2016-11-10
Docx reader: add a placeholder value for CHART.
Jesse Rosenthal
1
-0
/
+14
2016-11-10
Docx reader: Be more specific in parsing images
Jesse Rosenthal
1
-6
/
+10
[next]