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
/
OpenDocument.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-26
OpenDocument/ODT writer: Added support for table of contents.
John MacFarlane
1
-0
/
+1
2017-06-25
Moved BCP47 specific functions from Writers.Shared to new module.
John MacFarlane
1
-0
/
+1
2017-06-25
Writers.Shared: improve type of Lang and bcp47 parser.
John MacFarlane
1
-9
/
+9
2017-06-25
Writers.Shared: refactored getLang, splitLang...
John MacFarlane
1
-9
/
+13
2017-06-25
Fixed support for `lang` attribute in OpenDocument and ODT writers.
John MacFarlane
1
-20
/
+15
2017-06-25
Support `lang` attribute in OpenDocument and ODT writers.
John MacFarlane
1
-6
/
+29
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-3
/
+3
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-4
/
+6
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-04-01
OpenDocument writer: wider labels for lists.
John MacFarlane
1
-2
/
+2
2017-03-15
OpenDocument writer: use more widely available bullet characters.
John MacFarlane
1
-1
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-22
/
+24
2017-03-03
OpenDocument writer: Clarified some code.
John MacFarlane
1
-12
/
+11
2017-03-03
OpenDocument writer: fixed dropped elements in some ordered lists.
John MacFarlane
1
-1
/
+1
2017-03-01
ODT writer: calculate aspect ratio for percentage-sized images (#3478)
Mauro Bieg
1
-2
/
+0
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-3
/
+8
2017-01-25
Cleanups for rebase.
John MacFarlane
1
-2
/
+2
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-24
/
+3
2017-01-25
Fixed shadowing warnings.
John MacFarlane
1
-3
/
+3
2017-01-25
Refactored math conversion in writers.
John MacFarlane
1
-60
/
+76
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Added page breaks into Pandoc.
Hubert Plociniczak
1
-3
/
+25
2017-01-24
OpenDocument writer: small refactoring.
John MacFarlane
1
-8
/
+11
2017-01-23
OpenDocument writer: don't profilerate text styles unnecessarily.
John MacFarlane
1
-25
/
+62
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-3
/
+3
2016-11-26
Revert "Open Document writer: set first level of blockquotes to not use inden...
John MacFarlane
1
-2
/
+3
2016-11-26
Open Document writer: set first level of blockquotes to not use indent (#2757)
Jeff Sheets
1
-3
/
+2
2016-11-26
[odt] Infer table's caption from the paragraph (#3224)
hubertp-lshift
1
-1
/
+1
2016-11-08
Inline code when text has a special style
Hubert Plociniczak
1
-1
/
+2
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-0
/
+2
2015-12-13
ODT/OpenDocument writer: improved image attributes
mb21
1
-14
/
+9
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-22
/
+26
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-8
/
+8
2015-11-14
Allow more customization of opendocument styles.
John MacFarlane
1
-2
/
+1
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
/
+0
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-1
/
+1
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-7
/
+7
2015-07-01
Do not add a carriage return after a hard line break in OpenDocument writer a...
Michael Chladek
1
-1
/
+1
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-04-12
ODT Writer: Figure captions
Nikolay Yakimov
1
-2
/
+9
2015-02-04
Append newline to the LineBreak of various writers
Tim Lin
1
-1
/
+1
2015-01-05
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...
Mark Wright
1
-1
/
+1
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
1
-1
/
+1
2014-07-12
Removed space at ends of lines in source.
John MacFarlane
1
-2
/
+2
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-3
/
+3
2014-01-02
OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.
John MacFarlane
1
-6
/
+10
2013-11-30
ODT writer: Add `draw:name` attribute to `draw:frame` elements.
John MacFarlane
1
-2
/
+8
[next]