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
/
Writers
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-11
Improve integration of settings from reference.docx.
John MacFarlane
1
-13
/
+14
2021-05-01
Docx writer: support colspans and rowspans in tables
Albert Krewinkel
1
-2
/
+4
2021-04-20
Docx writer: extract Table handling into separate module
Albert Krewinkel
1
-221
/
+5
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
1
-1
/
+1
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
1
-1
/
+1
2021-03-17
Docx writer: make nsid in abstractNum deterministic.
John MacFarlane
1
-6
/
+4
2021-03-13
Use integral values for w:tblW in docx.
John MacFarlane
1
-1
/
+1
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
1
-133
/
+130
2021-02-11
Use getTimestamp instead of getCurrentTime in writers.
John MacFarlane
1
-1
/
+1
2021-01-12
Docx writer: handle table header using styles.
John MacFarlane
1
-17
/
+20
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-12-30
Undo the "Use fromRight" hlint hint.
John MacFarlane
1
-2
/
+1
2020-12-30
Hlint fixes
John MacFarlane
1
-1
/
+2
2020-12-29
Improve fix to #6983.
John MacFarlane
1
-1
/
+3
2020-12-28
Docx writer: fix nested tables with captions.
John MacFarlane
1
-4
/
+6
2020-12-13
Docx writer: keep raw openxml strings verbatim.
Albert Krewinkel
1
-2
/
+5
2020-12-13
Docx writer: use Content instead of Element.
Albert Krewinkel
1
-59
/
+75
2020-12-03
Docx writer: Support bold and italic in "complex script."
John MacFarlane
1
-2
/
+6
2020-11-26
Docx writer: Fix bullets/lists indentation
cholonam
1
-3
/
+3
2020-10-06
DOCX reader: Allow empty dates in comments and tracked changes (#6726)
Diego Balseiro
1
-11
/
+7
2020-10-02
Docx writer: better handle list items whose contents are lists (#6522)
Michael Hoffmann
1
-3
/
+13
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
1
-0
/
+12
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-1
/
+1
2020-09-11
Use the original tail instead of deconstructing and reconstructing it (#6678)
Joseph C. Sible
1
-2
/
+2
2020-08-24
Docx writer: separate adjacent tables.
John MacFarlane
1
-1
/
+9
2020-07-22
Docx writer: support --number-sections.
John MacFarlane
1
-4
/
+17
2020-05-16
Docx writer: enable column and row bands for tables.
John MacFarlane
1
-1
/
+6
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-3
/
+3
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-1
/
+1
2020-04-15
Implement the new Table type
despresc
1
-3
/
+4
2020-03-29
Clean up and simplify Text.Pandoc.Writers.Docx (#6229)
Joseph C. Sible
1
-56
/
+48
2020-03-29
Clean up some fmaps (#6226)
Joseph C. Sible
1
-3
/
+3
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-2
/
+2
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-01-19
Docx writer: fix regression with Compact style on tight lists. (#6073)
John MacFarlane
1
-1
/
+9
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-82
/
+87
2019-11-11
Fix typos (#5896)
Brian Wignall
1
-1
/
+1
2019-09-28
More throwError in place of fail.
John MacFarlane
1
-0
/
+1
2019-09-28
Replace some more fails with throwErrors.
John MacFarlane
1
-2
/
+5
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-1
/
+1
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
1
-31
/
+30
2019-09-21
[Docx Writer] Consistently use style names, not style ids
Nikolay Yakimov
1
-27
/
+25
2019-09-21
[Docx Writer] Code clean-up
Nikolay Yakimov
1
-40
/
+37
2019-09-20
Preserve built-in styles in DOCX with custom style (#5670)
Ben Steinberg
1
-22
/
+55
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
1
-1
/
+1
2019-08-23
add proofState to settingsList (#5703)
Krystof Beuermann
1
-0
/
+1
2019-07-19
Change order of ilvl and numId in document.xml (#5647)
Agustín Martín Barbero
1
-3
/
+3
2019-03-21
Docx writer: Use w:br without attributes for line breaks.
John MacFarlane
1
-4
/
+1
2019-03-11
docx writer: avoid extra copy of abstractNum and num elements...
John MacFarlane
1
-1
/
+9
[next]