index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
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
2024-02-28
Docx reader: ensure that table captions are counted.
John MacFarlane
2024-02-28
Docx reader: detect caption by style name not id.
John MacFarlane
2023-12-26
fix(docx): support absolute header/footer paths
Edwin Török
2023-11-29
Docx reader: unwrap content of shaped textboxes...
Stephan Meijer
2023-11-28
Docx reader: Improve handling of w:sym.
John MacFarlane
2023-08-18
Docx reader: omit "Table NN" from caption.
John MacFarlane
2023-07-14
Docx reader: use SVG version of image if present.
John MacFarlane
2023-02-18
Docx reader: parse image alt texts in LibreOffice generated files
Albert Krewinkel
2022-12-11
Docx reader: fix handling of oMathPara in w:p with other content.
John MacFarlane
2022-11-19
Docx reader: Support parsing of highlighted text.
John MacFarlane
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-08-30
Docx reader: mark unnumbered headings with class 'unnumbered'
Albert Krewinkel
2022-01-17
Fix some haddock errors.
John MacFarlane
2021-12-30
Docx reader: handle multiple pic elements inside a drawing.
John MacFarlane
2021-12-30
Docx reader: change elemToParPart to return [ParPart]
John MacFarlane
2021-12-28
Use `splitDirectories` istead of `splitPath`.
John MacFarlane
2021-10-18
Docx reader: fix handling of empty fields
Milan Bracke
2021-10-18
Docx reader: fix handling of nested fields
Milan Bracke
2021-10-10
Avoid blockquote when parent style has more indent
Milan Bracke
2021-09-30
Docx reader: Add placeholder for word diagram
Ezwal
2021-08-19
Improve docx reader's robustness in extracting images.
John MacFarlane
2021-06-12
Docx reader: handle absolute URIs in Relationship Target.
John MacFarlane
2021-05-28
Docx reader: Support new table features.
Emily Bourke
2021-05-28
Docx reader: Read table column widths.
Emily Bourke
2021-04-29
Docx reader: add handling of vml image objects (jgm#4735) (#7257)
mbrackeantidot
2021-02-17
Docx reader: use Map instead of list for Namespaces.
John MacFarlane
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
2020-10-06
DOCX reader: Allow empty dates in comments and tracked changes (#6726)
Diego Balseiro
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-07-13
[Docx Reader] Only use bCs/iCs on runs with rtl or cs property
Nikolay Yakimov
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-11-03
Docx reader: Only use LTR when it is overriding BiDi setting
Jesse Rosenthal
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
2019-09-21
[Docx Reader] Use style names, not ids, for assigning semantic meaning
Nikolay Yakimov
2019-09-21
[Docx Reader] Code clean-up
Nikolay Yakimov
2019-06-04
Docx reader: Add support for w:rtl (ltr annotation).
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-12
Docx reader: unwrap sdt elements in footnotes and comments.
Jesse Rosenthal
2019-02-08
Docx reader: fix paths in archive to prevent Windows failure
Jesse Rosenthal
2019-02-07
Revert "Docx reader: Fix windows error"
Jesse Rosenthal
2019-02-07
Docx reader: Fix windows error
Jesse Rosenthal
2019-02-07
Docx reader: Some code cleanup
Jesse Rosenthal
2019-02-07
Docx reader: Extend dynamic xml location to detecting relationships
Jesse Rosenthal
2019-02-06
Docx reader: Dynamically determine document.xml path.
Jesse Rosenthal
2019-02-06
Handle Word files generated by Microsoft Word Online.
John MacFarlane
[next]