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.hs
Age
Commit message (
Expand
)
Author
2024-02-28
Docx reader: avoid emitting empty paragraph where caption was.
John MacFarlane
2023-08-14
Docx reader: Avoid spurious block quotes in list items.
John MacFarlane
2023-05-08
Introduce support for Intense Quote in Docx conversion
Stephan Meijer
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
Add explicit imports to fix compiler warnings.
John MacFarlane
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-08-30
Docx reader: mark unnumbered headings with class 'unnumbered'
Albert Krewinkel
2022-06-22
Ensure that metadata values w/o trailing newlines are...
John MacFarlane
2022-02-04
Docx zotero/mendeley/endnote: add comma before locator in suffix.
John MacFarlane
2022-02-04
Got endnote citations working in docx...
John MacFarlane
2022-02-04
Docx reader: skeleton for endnote citation ADDINs.
John MacFarlane
2022-02-04
Support embedded Mendeley citations in docx.
John MacFarlane
2022-02-03
Docx reader: add bibliographic entries for zotero ADDIN.
John MacFarlane
2022-02-03
Improve locators for docx Zotero citations.
John MacFarlane
2022-02-03
Enable `citations` extension for docx reader.
John MacFarlane
2022-02-03
Docx reader: Parse CSL JSON in Zotero addin.
John MacFarlane
2022-02-03
Docx reader: add more framework for Zotero citations.
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-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-05-28
Docx reader: Support new table features.
Emily Bourke
2021-05-28
Docx reader: Read table column widths.
Emily Bourke
2021-03-19
Docx reader: Don't reimplement NonEmpty.
John MacFarlane
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-19
Change deprecated Builder.isNull to null.
John MacFarlane
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-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
2020-03-29
Clean up and simplify Text.Pandoc.Readers.Docx (#6225)
Joseph C. Sible
2020-03-29
Docx reader: better error messages.
John MacFarlane
2020-03-28
More cleanup (#6209)
Joseph C. Sible
2020-03-28
Simplify fixAuthors (#6223)
Joseph C. Sible
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
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
2020-02-03
Clean up a confusing triple negative (#6102)
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-11-03
Docx reader: fix list number resumption for sublists. Closes #4324.
John MacFarlane
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
[next]