index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Text
/
Pandoc
/
Writers
/
OpenDocument.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-568
/
+0
2008-11-01
Support horizontal rules in OpenDocument and ODT writers.
fiddlosopher
1
-1
/
+1
2008-09-08
Use Data.List's 'intercalate' instead of custom 'joinWithSep'.
fiddlosopher
1
-1
/
+2
2008-09-06
Changed Float to Double in definition of Table element.
fiddlosopher
1
-3
/
+3
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
1
-1
/
+1
2008-08-04
Added Cite element to definition and writers.
fiddlosopher
1
-0
/
+1
2008-07-31
OpenDocument writer: don't print alt text with Image.
fiddlosopher
1
-2
/
+2
2008-07-18
Added proper support for embedded images to opendocument writer.
fiddlosopher
1
-1
/
+6
2008-07-18
Style fixes in opendocument writer:
fiddlosopher
1
-9
/
+16
2008-07-15
Add preliminary support for SmallCaps inline element. (Andrea Rossato)
fiddlosopher
1
-10
/
+12
2008-07-14
OpenDocument writer: Fixed typo in inline styles fix (super/sup).
fiddlosopher
1
-9
/
+9
2008-07-14
OpenDocument writer: support nested inline styles.
fiddlosopher
1
-23
/
+67
2008-07-13
OpenDocument writer: Indented bulleted lists as we do enumerated lists.
fiddlosopher
1
-1
/
+1
2008-07-13
Added distinction between tight and loose lists in OpenDocument writer.
fiddlosopher
1
-7
/
+26
2008-07-13
Fixed bugs in OpenDocument writer affecting nested block quotes.
fiddlosopher
1
-7
/
+6
2008-07-10
Changed inDefinition and indentPara to stInDefinition and stIndentPara
fiddlosopher
1
-17
/
+17
2008-06-12
OpenDocument Writer: Fixed handling of spaces and tabs in preformatted blocks.
fiddlosopher
1
-11
/
+25
2008-06-09
Small fix to indentation of code blocks inside defn lists.
fiddlosopher
1
-1
/
+1
2008-06-09
OpenDocument writer: Fixed indentation for verbatim blocks inside defn lists.
fiddlosopher
1
-6
/
+16
2008-06-09
OpenDocument writer: Use different bullets for different list levels.
fiddlosopher
1
-3
/
+4
2008-06-09
OpenDocument writer: Return empty Doc in title block for null author, title,...
fiddlosopher
1
-11
/
+9
2008-06-09
OpenDocument writer: don't convert 4 spaces to tab in verbatim block.
fiddlosopher
1
-5
/
+1
2008-03-21
Fixed handling of Quoted inline elements to use unicode left & right quotes.
fiddlosopher
1
-2
/
+6
2008-03-19
OpenDocument: use the new Definition_20_Term and
fiddlosopher
1
-6
/
+6
2008-03-19
Code cleanup only.
fiddlosopher
1
-32
/
+35
2008-03-19
OpenDocument writer: Don't print raw HTML.
fiddlosopher
1
-2
/
+2
2008-03-19
Moved XML-formatting functions to new unexported module Text.Pandoc.XML.
fiddlosopher
1
-56
/
+1
2008-03-19
Andrea Rossato's patch for OpenDocument support.
fiddlosopher
1
-0
/
+519