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
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-12-18
Docx reader: fix HYPERLINK with only switch and no argument.
John MacFarlane
2023-12-11
Whitespace fix.
John MacFarlane
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-11-28
Correct comment.
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
2023-01-10
Update copyright years, it's 2023!
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-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-08-30
Docx reader: mark unnumbered headings with class 'unnumbered'
Albert Krewinkel
2022-02-04
Docx reader: parse EN.CITE and EN.REFLIST fields.
John MacFarlane
2022-02-04
Support embedded Mendeley citations in docx.
John MacFarlane
2022-01-19
Docx reader: parse both zotero citation and bibliography...
John MacFarlane
2022-01-19
Docx reader: add skeleton for parsing zotero ADDINs.
John MacFarlane
2022-01-17
Fix some haddock errors.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
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-30
Fix ghc 9.2.1 warnings.
John MacFarlane
2021-12-28
Use `splitDirectories` istead of `splitPath`.
John MacFarlane
2021-11-02
Docx reader: don't let first line indents trigger block quotes.
John MacFarlane
2021-10-18
Docx reader: fix handling of empty fields
Milan Bracke
2021-10-18
Docx parser: implement PAGEREF 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-05-25
Allow compilation with base 4.15
Albert Krewinkel
2021-04-29
Docx reader: add handling of vml image objects (jgm#4735) (#7257)
mbrackeantidot
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
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
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
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
Merge pull request #6527 from lierdakil/fix-6514
John MacFarlane
[next]