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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
Docx reader: don't let first line indents trigger block quotes.
John MacFarlane
1
-3
/
+2
2021-10-18
Docx reader: fix handling of empty fields
Milan Bracke
1
-0
/
+4
2021-10-18
Docx parser: implement PAGEREF fields
Milan Bracke
1
-0
/
+25
2021-10-18
Docx reader: fix handling of nested fields
Milan Bracke
1
-106
/
+141
2021-10-10
Avoid blockquote when parent style has more indent
Milan Bracke
2
-21
/
+32
2021-09-30
Docx reader: Add placeholder for word diagram
Ezwal
1
-0
/
+14
2021-08-19
Improve docx reader's robustness in extracting images.
John MacFarlane
1
-5
/
+6
2021-06-12
Docx reader: handle absolute URIs in Relationship Target.
John MacFarlane
1
-5
/
+11
2021-05-28
Docx reader: Support new table features.
Emily Bourke
2
-13
/
+107
2021-05-28
Docx reader: Read table column widths.
Emily Bourke
1
-1
/
+1
2021-05-25
Allow compilation with base 4.15
Albert Krewinkel
1
-3
/
+3
2021-04-29
Docx reader: add handling of vml image objects (jgm#4735) (#7257)
mbrackeantidot
1
-2
/
+9
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
1
-2
/
+2
2021-02-17
Docx reader: use Map instead of list for Namespaces.
John MacFarlane
2
-20
/
+20
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
3
-118
/
+103
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
2
-19
/
+30
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2
-2
/
+2
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-1
/
+1
2020-10-06
DOCX reader: Allow empty dates in comments and tracked changes (#6726)
Diego Balseiro
1
-7
/
+7
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-9
/
+3
2020-07-13
Merge pull request #6527 from lierdakil/fix-6514
John MacFarlane
2
-6
/
+15
2020-07-13
[Docx Reader] Only use bCs/iCs on runs with rtl or cs property
Nikolay Yakimov
2
-6
/
+15
2020-07-07
[Docx Reader] Use null instead of isEmpty in Readers.Docx.Combine
Nikolay Yakimov
1
-9
/
+5
2020-07-07
[Docx Reader] Remove unused LANGUAGE from Readers.Docx.Combine
Nikolay Yakimov
1
-2
/
+0
2020-07-07
[Docx Reader] Remove no-op stack/unstackInlines in Readers.Docx.Combine
Nikolay Yakimov
1
-6
/
+4
2020-07-07
[Docx Reader] Get rid of unused NullModifier in Readers.Docx.Combine
Nikolay Yakimov
1
-18
/
+15
2020-07-07
[Docx Reader] Refactor/update smushInlines
Nikolay Yakimov
1
-44
/
+32
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
6
-12
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
6
-8
/
+8
2020-02-08
Use <$> instead of >>= and return (#6128)
Joseph C. Sible
1
-1
/
+1
2020-02-08
Clean up after "hlint --refactor" (#6129)
Joseph C. Sible
1
-2
/
+2
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-2
/
+2
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-1
/
+0
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-2
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
6
-127
/
+148
2019-11-03
Docx reader: Only use LTR when it is overriding BiDi setting
Jesse Rosenthal
2
-0
/
+4
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
3
-380
/
+307
2019-09-21
[Docx Reader] Use style names, not ids, for assigning semantic meaning
Nikolay Yakimov
2
-105
/
+203
2019-09-21
[Docx Reader] Code clean-up
Nikolay Yakimov
1
-18
/
+14
2019-06-04
Docx reader: Add support for w:rtl (ltr annotation).
John MacFarlane
1
-3
/
+8
2019-03-01
Remove license boilerplate.
John MacFarlane
3
-55
/
+0
2019-02-21
Docx reader: Start adding comment to combine module
Jesse Rosenthal
1
-0
/
+40
2019-02-18
Docx reader: Trim space inside the last inline.
Jesse Rosenthal
1
-1
/
+2
2019-02-12
Docx reader: unwrap sdt elements in footnotes and comments.
Jesse Rosenthal
1
-3
/
+3
2019-02-08
Docx reader: fix paths in archive to prevent Windows failure
Jesse Rosenthal
1
-1
/
+6
2019-02-07
Revert "Docx reader: Fix windows error"
Jesse Rosenthal
1
-2
/
+1
2019-02-07
Docx reader: Fix windows error
Jesse Rosenthal
1
-1
/
+2
2019-02-07
Docx reader: Some code cleanup
Jesse Rosenthal
1
-15
/
+25
2019-02-07
Docx reader: Extend dynamic xml location to detecting relationships
Jesse Rosenthal
1
-12
/
+19
2019-02-06
Docx reader: Dynamically determine document.xml path.
Jesse Rosenthal
1
-3
/
+12
[next]