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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-03
Improved configuration options and CPP macros.
fiddlosopher
4
-3
/
+17
2008-08-03
Added 'utf8' configuration flag to pandoc.cabal.
fiddlosopher
1
-4
/
+8
2008-08-03
Improvements to ODT writer (for windows compatibility):
fiddlosopher
1
-18
/
+18
2008-08-02
Improved template handling:
fiddlosopher
6
-20
/
+62
2008-08-01
Removed superfluous copyFile from Text/Pandoc/ODT.hs.
fiddlosopher
1
-1
/
+0
2008-08-01
Fixes to make haddock work with template haskell:
fiddlosopher
3
-3
/
+29
2008-08-01
Use </> with contentsOf to ensure that paths are portable.
fiddlosopher
2
-3
/
+4
2008-08-01
ODT writer: Don't use pathname in invoking "zip", as that causes problems in...
fiddlosopher
1
-7
/
+5
2008-08-01
Added pragma to HTML writer to avoid deprecation warning for use of "start" a...
fiddlosopher
1
-0
/
+1
2008-08-01
Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.
fiddlosopher
1
-0
/
+1
2008-08-01
Don't use OverloadedStrings in ODT writer.
fiddlosopher
1
-7
/
+3
2008-08-01
Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...
fiddlosopher
1
-1
/
+5
2008-08-01
Simplified build process using template haskell.
fiddlosopher
3
-0
/
+211
2008-08-01
Use template haskell to store reference.odt as blob in pandoc.
fiddlosopher
2
-4
/
+19
2008-07-31
Compatibility fixes for CPP, Cabal, and haddock:
fiddlosopher
2
-6
/
+6
2008-07-31
Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.
fiddlosopher
2
-46
/
+0
2008-07-31
Added 'odt' output option to pandoc:
fiddlosopher
2
-1
/
+166
2008-07-31
OpenDocument writer: don't print alt text with Image.
fiddlosopher
1
-2
/
+2
2008-07-31
Code cleanup in Text/Pandoc/Highlighting.hs.
fiddlosopher
1
-4
/
+4
2008-07-31
Use CPP to simplify build procedure for Highlighting.hs module.
fiddlosopher
1
-0
/
+64
2008-07-27
HTML writer: override Text.XHtml's stringToHtml function,
fiddlosopher
1
-1
/
+15
2008-07-27
Added MediaWiki writer.
fiddlosopher
1
-0
/
+394
2008-07-23
Markdown reader: Parse setext headers before atx headers.
fiddlosopher
1
-1
/
+1
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
More work on smallcaps support.
fiddlosopher
10
-10
/
+19
2008-07-15
Add preliminary support for SmallCaps inline element. (Andrea Rossato)
fiddlosopher
11
-10
/
+25
2008-07-15
Fixed bug in Markdown parser: regular $s triggering math mode.
fiddlosopher
1
-1
/
+2
2008-07-15
Commented out some unneeded code in HTML reader.
fiddlosopher
1
-0
/
+4
2008-07-15
Code cleanup - RST reader.
fiddlosopher
1
-23
/
+93
2008-07-15
Added type declarations to avoid -Wall 'defaulting' warnings in writers.
fiddlosopher
5
-7
/
+6
2008-07-15
LaTeX reader - Code cleanup.
fiddlosopher
1
-16
/
+76
2008-07-14
OpenDocument writer: Fixed typo in inline styles fix (super/sup).
fiddlosopher
1
-9
/
+9
2008-07-14
Code cleanup in LaTeX reader.
fiddlosopher
1
-14
/
+50
2008-07-14
OpenDocument writer: support nested inline styles.
fiddlosopher
1
-23
/
+67
2008-07-13
Code cleanup in TexMath reader.
fiddlosopher
1
-1
/
+14
2008-07-13
Code cleanup in ConTeXt writer.
fiddlosopher
1
-18
/
+14
2008-07-13
Code cleanup in Texinfo writer.
fiddlosopher
1
-13
/
+27
2008-07-13
Code cleanup in Man writer.
fiddlosopher
1
-22
/
+23
2008-07-13
Code cleanup in DocBook writer.
fiddlosopher
1
-21
/
+36
2008-07-13
Code cleanup in RTF writer.
fiddlosopher
1
-18
/
+17
2008-07-13
Code cleanup in RST writer to eliminate -Wall warnings.
fiddlosopher
1
-28
/
+19
2008-07-13
Code cleanup in markdown writer to eliminate -Wall warnings.
fiddlosopher
1
-25
/
+24
2008-07-13
Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings.
fiddlosopher
1
-4
/
+5
2008-07-13
Code cleanup in HTML writer to eliminate -Wall warnings.
fiddlosopher
1
-52
/
+73
2008-07-13
Code cleanup in LaTeX writer to eliminate -Wall warnings.
fiddlosopher
1
-7
/
+11
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-13
Escape '\160' as " ", not " " in XML.
fiddlosopher
1
-6
/
+6
[prev]
[next]