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
/
Parse.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
Docx reader: fix handling of empty fields
Milan Bracke
1
-0
/
+4
2021-10-18
Docx reader: fix handling of nested fields
Milan Bracke
1
-106
/
+141
2021-10-10
Avoid blockquote when parent style has more indent
Milan Bracke
1
-21
/
+6
2021-09-30
Docx reader: Add placeholder for word diagram
Ezwal
1
-0
/
+14
2021-08-19
Improve docx reader's robustness in extracting images.
John MacFarlane
1
-5
/
+6
2021-06-12
Docx reader: handle absolute URIs in Relationship Target.
John MacFarlane
1
-5
/
+11
2021-05-28
Docx reader: Support new table features.
Emily Bourke
1
-13
/
+100
2021-05-28
Docx reader: Read table column widths.
Emily Bourke
1
-1
/
+1
2021-04-29
Docx reader: add handling of vml image objects (jgm#4735) (#7257)
mbrackeantidot
1
-2
/
+9
2021-02-17
Docx reader: use Map instead of list for Namespaces.
John MacFarlane
1
-7
/
+7
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
1
-88
/
+75
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
1
-7
/
+14
2020-10-06
DOCX reader: Allow empty dates in comments and tracked changes (#6726)
Diego Balseiro
1
-7
/
+7
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-9
/
+3
2020-07-13
[Docx Reader] Only use bCs/iCs on runs with rtl or cs property
Nikolay Yakimov
1
-0
/
+3
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-2
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-85
/
+86
2019-11-03
Docx reader: Only use LTR when it is overriding BiDi setting
Jesse Rosenthal
1
-0
/
+3
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
1
-257
/
+3
2019-09-21
[Docx Reader] Use style names, not ids, for assigning semantic meaning
Nikolay Yakimov
1
-95
/
+188
2019-09-21
[Docx Reader] Code clean-up
Nikolay Yakimov
1
-18
/
+14
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
1
-19
/
+0
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
1
-2
/
+2
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-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
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-19
hlint code improvements.
John MacFarlane
1
-7
/
+4
2018-01-16
Docx reader: Parse instrText info in fldChar tags.
Jesse Rosenthal
1
-5
/
+13
2018-01-16
Docx reader: Parse fldChar tags
Jesse Rosenthal
1
-5
/
+81
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
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
[next]