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
/
Readers
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-10
Avoid blockquote when parent style has more indent
Milan Bracke
1
-32
/
+34
2021-09-30
Docx reader: Add placeholder for word diagram
Ezwal
1
-0
/
+3
2021-05-28
Docx reader: Support new table features.
Emily Bourke
1
-36
/
+56
2021-05-28
Docx reader: Read table column widths.
Emily Bourke
1
-2
/
+3
2021-03-19
Docx reader: Don't reimplement NonEmpty.
John MacFarlane
1
-5
/
+1
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-5
/
+3
2020-10-06
DOCX reader: Allow empty dates in comments and tracked changes (#6726)
Diego Balseiro
1
-5
/
+10
2020-09-19
Change deprecated Builder.isNull to null.
John MacFarlane
1
-2
/
+2
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-5
/
+5
2020-07-13
[Docx Reader] Only use bCs/iCs on runs with rtl or cs property
Nikolay Yakimov
1
-49
/
+44
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-1
/
+1
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
1
-6
/
+13
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
-10
/
+10
2020-03-29
Clean up and simplify Text.Pandoc.Readers.Docx (#6225)
Joseph C. Sible
1
-61
/
+43
2020-03-29
Docx reader: better error messages.
John MacFarlane
1
-8
/
+12
2020-03-28
More cleanup (#6209)
Joseph C. Sible
1
-4
/
+3
2020-03-28
Simplify fixAuthors (#6223)
Joseph C. Sible
1
-6
/
+1
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-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-3
/
+3
2020-02-03
Clean up a confusing triple negative (#6102)
Joseph C. Sible
1
-5
/
+5
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-37
/
+39
2019-11-03
Docx reader: Only use LTR when it is overriding BiDi setting
Jesse Rosenthal
1
-2
/
+10
2019-11-03
Docx reader: fix list number resumption for sublists. Closes #4324.
John MacFarlane
1
-1
/
+8
2019-09-21
[Docx Reader] Use style names, not ids, for assigning semantic meaning
Nikolay Yakimov
1
-78
/
+84
2019-09-21
[Docx Reader] Code clean-up
Nikolay Yakimov
1
-45
/
+25
2019-06-04
Docx reader: Add support for w:rtl (ltr annotation).
John MacFarlane
1
-1
/
+11
2019-03-27
Drop support for ghc < 8.
John MacFarlane
1
-3
/
+0
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
2018-12-10
Docx writer: Make Level into a real type.
Jesse Rosenthal
1
-1
/
+1
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-3
/
+7
2018-04-05
Changes to tests to accommodate changes in pandoc-types.
John MacFarlane
1
-1
/
+5
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-17
hlint fixes.
John MacFarlane
1
-1
/
+1
2018-03-13
Docx reader: Parse nested smart tags.
Jesse Rosenthal
1
-2
/
+0
2018-03-12
Docx reader: remove unused docxWarnings
Alexander Krotov
1
-2
/
+0
2018-02-23
Docx reader: code cleanup.
Jesse Rosenthal
1
-10
/
+9
2018-02-23
Docx reader: simplify custom-style reading code.
Jesse Rosenthal
1
-41
/
+23
2018-02-23
Docx reader: Don't look up dependant run styles if +styles is enabled.
Jesse Rosenthal
1
-36
/
+39
2018-02-22
Docx reader: Move pandoc inline styling inside custom-style span
Jesse Rosenthal
1
-7
/
+7
2018-02-22
Docx reader: Avoid repeated spans in custom styles.
Jesse Rosenthal
1
-10
/
+20
2018-02-22
Docx reader: read custom styles
Jesse Rosenthal
1
-60
/
+96
2018-02-15
Docx reader: Pick table width from the longest row or header
danse
1
-5
/
+9
2018-01-19
hlint code improvements.
John MacFarlane
1
-9
/
+7
2018-01-16
Docx reader: Parse hyperlinks in instrText tags
Jesse Rosenthal
1
-2
/
+4
2018-01-16
Docx reader: Parse fldChar tags
Jesse Rosenthal
1
-0
/
+3
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
[next]