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
2016-05-01
Docx Reader: Throw PandocError on unzip failure
Jesse Rosenthal
1
-4
/
+5
2016-03-12
Add readDocxWithWarnings
Jesse Rosenthal
1
-6
/
+15
2016-03-08
Docx reader: update feature checklist.
Jesse Rosenthal
1
-5
/
+3
2016-02-26
Docx Reader: Get rid of Modifiable typeclass.
Jesse Rosenthal
1
-15
/
+15
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-3
/
+4
2015-12-13
Docx reader: image attributes
mb21
1
-4
/
+11
2015-11-23
Docx Reader: Remove DummyListItem type
Jesse Rosenthal
1
-2
/
+2
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-2
/
+2
2015-11-18
Docx reader: Handle dummy list items.
Jesse Rosenthal
1
-0
/
+4
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+0
2015-10-04
Docx Reader: Parse soft, no-break hyphen elements
Ophir Lifshitz
1
-0
/
+4
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-2
/
+2
2015-03-28
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...
John MacFarlane
1
-8
/
+11
2015-02-21
Docx reader: Minor cleanup.
Jesse Rosenthal
1
-3
/
+4
2015-02-21
Docx reader: allow sub/superscript verbatims.
Jesse Rosenthal
1
-1
/
+6
2015-02-18
Change return type of Docx reader
Matthew Pickering
1
-8
/
+11
2015-02-13
Docx reader: Handle lists correctly inside table cells.
Jesse Rosenthal
1
-1
/
+3
2014-10-25
Docx reader: fix for Issue #1692 (i18n styles)
Nikolay Yakimov
1
-27
/
+6
2014-09-06
Docx Reader: Remove header class properly in other langs
Jesse Rosenthal
1
-4
/
+4
2014-09-05
Docx reader: Use polyglot header list.
Jesse Rosenthal
1
-7
/
+7
2014-09-05
Docx Reader: Start list of polyglot section headers.
Jesse Rosenthal
1
-0
/
+7
2014-09-04
Docx reader: Rewrite rewriteLink to work with new headers.
Jesse Rosenthal
1
-9
/
+4
2014-08-28
Docx Reader: Read single para in table cell as plain
Jesse Rosenthal
1
-1
/
+12
2014-08-17
Docx reader: whitespace fix.
Jesse Rosenthal
1
-6
/
+6
2014-08-17
Docx reader: remove emph styles and strong styles list.
Jesse Rosenthal
1
-6
/
+0
2014-08-17
Docx reader: Add "Hyperlink" to blacklisted styles.
Jesse Rosenthal
1
-2
/
+2
2014-08-17
Docx reader: Use style resolver.
Jesse Rosenthal
1
-23
/
+9
2014-08-17
Docx Reader: Introduce function for resolving dependent run styles.
Jesse Rosenthal
1
-0
/
+31
2014-08-17
Docx reader: work with new rStyle.
Jesse Rosenthal
1
-4
/
+4
2014-08-17
Docx reader: Change behavior of Super/Subscript
Jesse Rosenthal
1
-4
/
+4
2014-08-16
Docx reader: Remove unnecessary plural functions
Jesse Rosenthal
1
-11
/
+5
2014-08-16
Docx reader: Fix bug in character styles.
Jesse Rosenthal
1
-2
/
+2
2014-08-16
Rewrite Docx.hs and Reducible to use Builder.
Jesse Rosenthal
1
-226
/
+193
2014-08-13
Docx reader: Interpret "Strong" and Emphasis run styles.
Jesse Rosenthal
1
-2
/
+6
2014-08-12
Docx Reader: Trim line breaks from the beginning and end of Section
Jesse Rosenthal
1
-2
/
+10
2014-08-12
Docx: More robust handling of multiple bookmarks in header.
Jesse Rosenthal
1
-6
/
+8
2014-08-12
Docx reader: Check for null-id'd anchors too.
Jesse Rosenthal
1
-1
/
+0
2014-08-12
Docx reader: accept explicit "Italic" and "Bold" rStyles.
Jesse Rosenthal
1
-5
/
+18
2014-08-12
Docx reader: Add "BlockQuotation" to divs list.
Jesse Rosenthal
1
-1
/
+1
2014-08-12
Docx reader: move combining logic to Reducible
Jesse Rosenthal
1
-3
/
+1
2014-08-12
Docx reader: Make dropcap combining more efficient.
Jesse Rosenthal
1
-1
/
+3
2014-08-11
Docx reader: combine inlines properly in dropcaps.
Jesse Rosenthal
1
-1
/
+1
2014-08-11
Docx reader: Use dropcap state.
Jesse Rosenthal
1
-9
/
+17
2014-08-08
OMath parser: Change signature of exported function.
Jesse Rosenthal
1
-5
/
+4
2014-08-07
Merge pull request #1494 from jkr/math-module
John MacFarlane
1
-219
/
+27
2014-08-07
Docx reader: Handle inline drawings.
Jesse Rosenthal
1
-0
/
+7
2014-08-07
Docx reader: Split math out into math module.
Jesse Rosenthal
1
-194
/
+7
2014-08-06
Docx Reader: Added Default instances and removed withDState
Matthew Pickering
1
-28
/
+23
[next]