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
/
Shared.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-04
Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.
fiddlosopher
1
-17
/
+9
2008-08-14
Simplified and improved UTF8 handling:
fiddlosopher
1
-4
/
+0
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
1
-3
/
+3
2008-08-10
Use 'bracket' to improve withTempDir Text.Pandoc.Shared.
fiddlosopher
1
-5
/
+2
2008-08-08
Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.
fiddlosopher
1
-3
/
+3
2008-08-04
Added support for Cite to Markdown reader, and conditional support for citepr...
fiddlosopher
1
-0
/
+6
2008-08-03
Improved configuration options and CPP macros.
fiddlosopher
1
-1
/
+8
2008-08-02
Improved template handling:
fiddlosopher
1
-15
/
+5
2008-08-01
Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.
fiddlosopher
1
-0
/
+1
2008-08-01
Use template haskell to store reference.odt as blob in pandoc.
fiddlosopher
1
-1
/
+13
2008-07-31
Added 'odt' output option to pandoc:
fiddlosopher
1
-1
/
+25
2008-07-15
More work on smallcaps support.
fiddlosopher
1
-0
/
+2
2008-06-17
Cleaned up Text/Pandoc/Shared.hs to avoid -Wall warnings.
fiddlosopher
1
-1
/
+9
2008-02-24
Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared.
fiddlosopher
1
-1
/
+13
2008-01-08
Changed copyright dates where appropriate to include 2008.
fiddlosopher
1
-2
/
+2
2008-01-03
Added optional HTML sanitization using a whitelist.
fiddlosopher
1
-0
/
+2
2007-12-21
Fixed handling of email addresses in markdown and reStructuredText.
fiddlosopher
1
-0
/
+35
2007-12-01
Added HTMLMathMethod writer option.
fiddlosopher
1
-4
/
+9
2007-11-29
Modified refsMatch for new Math block element.
fiddlosopher
1
-0
/
+2
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-0
/
+836
2007-11-28
Removed Text directory. This is a remnant of an experiment
fiddlosopher
1
-792
/
+0
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-0
/
+792