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
/
Parse.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-30
Docx reader: Read multiple children of w:sdtContents`
Jesse Rosenthal
1
-5
/
+9
2017-12-27
Docx Reader: preprocess Document body to unwrap "w:sdt" elements
Jesse Rosenthal
1
-1
/
+31
2017-10-28
Fix warning for older GHC versions.
John MacFarlane
1
-1
/
+1
2017-10-27
hlint suggestions.
John MacFarlane
1
-16
/
+10
2017-10-27
hlint changes.
John MacFarlane
1
-13
/
+13
2017-08-06
Docx reader: Avoid 0-level headers.
Jesse Rosenthal
1
-6
/
+5
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-40
/
+42
2017-02-03
Docx reader: handle local namespace declarations.
John MacFarlane
1
-105
/
+105
2017-02-03
Docx reader: Don't drop smartTag contents.
John MacFarlane
1
-0
/
+5
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
1
-1
/
+1
2016-11-30
Use new module from texmath to lookup MS font codepoints.
John MacFarlane
1
-5
/
+1
2016-11-10
Docx reader: add a placeholder value for CHART.
Jesse Rosenthal
1
-0
/
+14
2016-11-10
Docx reader: Be more specific in parsing images
Jesse Rosenthal
1
-6
/
+10
2016-11-02
Docx Reader: abstract out function to avoid code repetition.
Jesse Rosenthal
1
-16
/
+14
2016-11-02
Docx reader: Handle Alt text and titles in images.
Jesse Rosenthal
1
-7
/
+24
2016-10-12
Basic support for images in ODT documents
Hubert Plociniczak
1
-16
/
+4
2016-09-02
Remove Text.Pandoc.Compat.Except
Jesse Rosenthal
1
-4
/
+1
2016-08-28
Docx reader: update copyright.
Jesse Rosenthal
1
-2
/
+2
2016-08-13
Docx parser: Use xml convenience functions
Jesse Rosenthal
1
-38
/
+27
2016-06-23
Docx reader: add simple comment functionality.
Jesse Rosenthal
1
-1
/
+57
2016-04-15
Docx Reader: parse `moveTo` and `moveFrom`
Jesse Rosenthal
1
-2
/
+2
2016-03-18
Docx reader: Handle alternate content
Jesse Rosenthal
1
-14
/
+37
2016-03-16
Docx reader: Don't make numbered heads into lists.
Jesse Rosenthal
1
-6
/
+8
2016-03-12
Docx Reader: Add state to the parser, for warnings
Jesse Rosenthal
1
-6
/
+19
2015-12-13
Docx reader: image attributes
mb21
1
-6
/
+21
2015-11-23
Docx Reader: Remove DummyListItem type
Jesse Rosenthal
1
-10
/
+5
2015-11-18
Docx reader: Clean up commented-out function
Jesse Rosenthal
1
-7
/
+0
2015-11-18
Docx reader: Handle dummy list items.
Jesse Rosenthal
1
-6
/
+11
2015-11-14
Follow relationships correctly in foot/endnotes.
Jesse Rosenthal
1
-27
/
+40
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
-1
/
+1
2015-10-04
Docx Reader: Parse soft, no-break hyphen elements
Ophir Lifshitz
1
-1
/
+3
2015-03-01
Started moving StyleMap out of writer code
Nikolay Yakimov
1
-20
/
+6
2015-02-19
Docx reader: Allow numbering in the style file.
Jesse Rosenthal
1
-21
/
+33
2015-01-21
Docx: Parse images in deprecated vml format.
Jesse Rosenthal
1
-0
/
+10
2014-11-13
Account for external link URLs with anchors
Caleb McDaniel
1
-7
/
+10
2014-10-25
Docx reader: fix for Issue #1692 (i18n styles)
Nikolay Yakimov
1
-29
/
+124
2014-09-02
Docx reader: Fix window path for image lookup.
Jesse Rosenthal
1
-1
/
+1
2014-08-17
Docx Parse: build a bottom-up style tree.
Jesse Rosenthal
1
-6
/
+31
2014-08-17
Alias string and runStyle to CharStyle type.
Jesse Rosenthal
1
-7
/
+10
2014-08-17
Docx Style parser: Basic one now just takes a parent style.
Jesse Rosenthal
1
-13
/
+15
2014-08-17
Parser: Framework for parsing styles.
Jesse Rosenthal
1
-11
/
+44
2014-08-17
Docx reader: Change behavior of Super/Subscript
Jesse Rosenthal
1
-12
/
+13
2014-08-12
Docx reader: accept explicit "Italic" and "Bold" rStyles.
Jesse Rosenthal
1
-13
/
+13
2014-08-12
Docx Reader: Fix font style parsing.
Jesse Rosenthal
1
-12
/
+27
2014-08-11
Add dropCap to paragraph style.
Jesse Rosenthal
1
-2
/
+12
2014-08-11
Docx Parse: Improved font recognition when specified in rFonts element
Matthew Pickering
1
-8
/
+27
[prev]
[next]