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
/
Writers
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-25
Docx writer: Use Table rather than "Table Normal" for table style.
John MacFarlane
1
-1
/
+1
2017-05-23
Fixed handling of soft hyphen (0173) in docx writer.
John MacFarlane
1
-7
/
+19
2017-05-18
Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)
Ian
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-02
Added PandocResourceNotFound error.
John MacFarlane
1
-7
/
+4
2017-04-10
Docx writer: don't take "distArchive" from datadir.
John MacFarlane
1
-2
/
+3
2017-03-30
Allow dynamic loading of syntax definitions.
John MacFarlane
1
-1
/
+2
2017-03-20
docx writer: lang meta, see #1667 (#3515)
Mauro Bieg
1
-1
/
+24
2017-03-13
Highlighting: highlighting now returns an Either rather than Maybe.
John MacFarlane
1
-3
/
+7
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-71
/
+74
2017-03-03
Docx writer: Don't include bookmarks on headers unless non-null id.
John MacFarlane
1
-22
/
+25
2017-02-25
Docx writer: use Set for dynamic styles to avoid duplicates.
John MacFarlane
1
-8
/
+10
2017-02-25
Docx writer: bookmarks for Span with id.
John MacFarlane
1
-45
/
+58
2017-02-25
Docx writer bookmark improvements.
John MacFarlane
1
-21
/
+29
2017-02-24
Implemented `\graphicspath` in LaTeX reader.
John MacFarlane
1
-68
/
+78
2017-02-22
imageSize interface change
mb21
1
-1
/
+1
2017-02-22
make imageSize recognize basic SVG dimensions, see #3462
mb21
1
-0
/
+1
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-4
/
+8
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-2
/
+3
2017-01-25
Removed writerHighlight; made writerHighlightStyle a Maybe.
John MacFarlane
1
-21
/
+8
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-1
/
+0
2017-01-25
Text.Pandoc.Shared: Removed fetchItem, fetchItem'.
John MacFarlane
1
-4
/
+5
2017-01-25
Removed `--normalize` option and normalization functions from Shared.
John MacFarlane
1
-2
/
+2
2017-01-25
Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.
John MacFarlane
1
-2
/
+3
2017-01-25
Class: removed 'fail' from PandocMonad.
John MacFarlane
1
-1
/
+1
2017-01-25
Simplified reference-docx/reference-odt to reference-doc.
John MacFarlane
1
-1
/
+1
2017-01-25
Class: rename addWarning[WithPos] to warning[WithPos].
John MacFarlane
1
-1
/
+1
2017-01-25
Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.
John MacFarlane
1
-1
/
+1
2017-01-25
Refactored math conversion in writers.
John MacFarlane
1
-12
/
+6
2017-01-25
Fixes to compile after rebase.
John MacFarlane
1
-1
/
+2
2017-01-25
Convert writers to use PandocMonad typeclass.
Jesse Rosenthal
1
-44
/
+38
2017-01-25
Remove readFileStrict.
Jesse Rosenthal
1
-1
/
+1
2017-01-25
Implement runTest functions.
Jesse Rosenthal
1
-11
/
+8
2017-01-25
Introduce pure versions of IO Writers.
Jesse Rosenthal
1
-27
/
+39
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-1
/
+8
2016-12-23
Updates to use skylighting rather than highlighting-kate.
John MacFarlane
1
-3
/
+3
2016-11-22
Docx writer: Give full detail when there are errors converting tex math.
John MacFarlane
1
-1
/
+2
2016-11-22
Put 'warn' in MonadIO. Add warnings for math conversions in docx.
John MacFarlane
1
-2
/
+4
2016-11-18
Docx writer: fixed XML markup for empty cells.
John MacFarlane
1
-1
/
+1
2016-11-02
Docx writer: Handle title text in images.
Jesse Rosenthal
1
-2
/
+2
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-6
/
+5
2016-10-05
Docx writer: Move one more env var to Reader monad
Jesse Rosenthal
1
-6
/
+5
2016-10-05
Docx writer: code legibility fixups.
Jesse Rosenthal
1
-5
/
+6
2016-10-04
Docx writer: Clean up and streamline RTL behavior
Jesse Rosenthal
1
-71
/
+77
2016-10-04
Docx writer: move a couple more vars to ReaderT
Jesse Rosenthal
1
-21
/
+29
2016-10-03
Clean up commented-out code
Jesse Rosenthal
1
-12
/
+0
2016-10-03
Remove bool on setRTL.
Jesse Rosenthal
1
-17
/
+13
2016-10-03
Filter text/para props correctly.
Jesse Rosenthal
1
-2
/
+2
2016-10-03
Add a boolean flag to the setRTL function.
Jesse Rosenthal
1
-5
/
+5
2016-10-03
Test for "dir" metadata.
Jesse Rosenthal
1
-2
/
+7
[next]