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
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
2014-08-06
Get rid of unused docx variable.
Jesse Rosenthal
1
-5
/
+3
2014-08-06
Docx reader: remove now-unnecessary state variable.
Jesse Rosenthal
1
-4
/
+2
2014-08-06
Docx reader: Use TeXMath to write math
Jesse Rosenthal
1
-155
/
+190
2014-08-04
Use `stripPrefix` where appropriate.
Artyom Kazak
1
-7
/
+7
2014-07-31
Docx Reader: Single underlines are "emph"
Jesse Rosenthal
1
-1
/
+2
2014-07-31
New module, Text.Pandoc.MediaBag.
John MacFarlane
1
-1
/
+3
2014-07-31
Made MediaBag a newtype, and added mime type information to media.
John MacFarlane
1
-2
/
+2
2014-07-30
Docx reader: Make docx reader put image data in MediaBag.
Jesse Rosenthal
1
-32
/
+25
2014-07-29
Docx reader: Make metavalues out of styled paragraphs.
Jesse Rosenthal
1
-11
/
+73
2014-07-16
Docx Reader: Fix hdr auto-id when already auto-id.
Jesse Rosenthal
1
-11
/
+19
2014-07-16
Docx Reader: Change state handling.
Jesse Rosenthal
1
-16
/
+12
2014-07-12
Removed space at ends of lines in source.
John MacFarlane
1
-9
/
+9
2014-07-12
Docx Reader: A nicer Docx type.
Jesse Rosenthal
1
-66
/
+42
2014-07-02
Docx Reader: Write LaTeX based on equations in word.
Jesse Rosenthal
1
-4
/
+172
2014-06-30
Docx reader: clean up parStyle processing.
Jesse Rosenthal
1
-45
/
+36
2014-06-29
Merge pull request #1386 from jkr/hanging_indent
John MacFarlane
1
-10
/
+25
2014-06-29
Docx reader: Make use of new ParIndentation info.
Jesse Rosenthal
1
-10
/
+25
2014-06-29
Docx Reader: Update state properly
Jesse Rosenthal
1
-3
/
+8
[next]