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
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
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-26
Improve writing metadata for docx, pptx and odt (#5252)
Agustín Martín Barbero
1
-2
/
+17
2018-12-31
Replace read with safeRead (#5186)
Mauro Bieg
1
-5
/
+5
2018-11-20
Docx writer: Fix bookmarks to headers with long titles.
John MacFarlane
1
-4
/
+18
2018-11-19
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2018-11-19
For bibliography match Div with id 'refs', not class 'references'.
John MacFarlane
1
-2
/
+2
2018-11-07
[Docx Writer] Add bookmarks to code blocks
Nikolay Yakimov
1
-2
/
+2
2018-11-07
[Docx Writer] Add bookmarks to images
Nikolay Yakimov
1
-2
/
+2
2018-11-07
[Docx Writer] Refactor common bookmark creation code into a function
Nikolay Yakimov
1
-22
/
+13
2018-10-09
Docx writer: added framework for custom properties.
John MacFarlane
1
-1
/
+20
2018-10-07
Docx writer: handle tables in table cells.
John MacFarlane
1
-2
/
+7
2018-10-04
Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)
Mauro Bieg
1
-22
/
+7
2018-09-15
Docx writer: add MetaString case for abstract, subtitle (#4905)
Mauro Bieg
1
-0
/
+2
2018-08-17
Docx writer: properly handle display math in spans.
John MacFarlane
1
-4
/
+6
2018-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-05-14
Docx writer: be sensitive to `toc` in YAML metadata.
John MacFarlane
1
-4
/
+11
[next]