index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pandoc.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-03
Basic Textile Reader
paul.rivier
1
-0
/
+1
2010-11-27
Merge branch 'textile'
John MacFarlane
1
-0
/
+1
2010-11-12
Treat argument as URI only if it has http(s) scheme.
John MacFarlane
1
-3
/
+4
2010-10-26
Added support for MathJax for displaying math in HTML.
John MacFarlane
1
-0
/
+6
2010-10-26
Process LaTeX macros in markdown, and apply to TeX math.
John MacFarlane
1
-2
/
+3
2010-10-24
Changed --help message for --variable to KEY:VALUE.
John MacFarlane
1
-1
/
+1
2010-09-10
Encode filenames as UTF8.
John MacFarlane
1
-2
/
+2
2010-07-24
--offline implies --standalone.
John MacFarlane
1
-1
/
+2
2010-07-22
Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.
John MacFarlane
1
-1
/
+1
2010-07-22
Moved s5 writing from S5 module to HTML.
John MacFarlane
1
-6
/
+3
2010-07-22
Extended --offline to s5.
John MacFarlane
1
-1
/
+4
2010-07-22
Added new --offline option for slidy.
John MacFarlane
1
-5
/
+20
2010-07-22
Export HTMLSlideVariant in Text.Pandoc.
John MacFarlane
1
-1
/
+1
2010-07-21
Avoid shadowing when compiling with citeproc.
John MacFarlane
1
-4
/
+4
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
1
-1
/
+1
2010-07-15
Added --section-divs option.
John MacFarlane
1
-0
/
+9
2010-07-15
Added --webtex option for HTML math.
John MacFarlane
1
-3
/
+15
2010-07-13
Added a slidy writer.
John MacFarlane
1
-5
/
+11
2010-07-11
Moved headerShift from pandoc.hs to Shared.
John MacFarlane
1
-7
/
+2
2010-07-08
Get default stylesheet in EPUB writer, rather than pandoc.hs.
John MacFarlane
1
-10
/
+7
2010-07-08
Added writerUserDataDir to WriterOptions.
John MacFarlane
1
-3
/
+3
2010-07-08
Added writerSourceDirectory to WriterOptions.
John MacFarlane
1
-7
/
+9
2010-07-05
Added writerEPUBMetadata field and --epub-metadata option.
John MacFarlane
1
-0
/
+12
2010-07-05
Removed writerInclude{Before,After} from WriterOptions.
John MacFarlane
1
-8
/
+0
2010-07-05
Moved Pandoc prettyprinting code from Shared to new Native writer.
John MacFarlane
1
-5
/
+1
2010-07-05
Added an EPUB writer.
John MacFarlane
1
-1
/
+19
2010-07-05
Made a proper ODT writer.
John MacFarlane
1
-15
/
+16
2010-05-17
Added Textile writer module.
John MacFarlane
1
-0
/
+1
2010-05-06
Use new UTF8 module in Shared, ODT, and the executables.
John MacFarlane
1
-29
/
+22
2010-05-04
Convert command-line arguments to UTF8.
John MacFarlane
1
-1
/
+2
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-03-19
Changed copyright date range for -v.
fiddlosopher
1
-1
/
+1
2010-03-18
Added --mathml option; removed Text.Pandoc.LaTeXMathML.
fiddlosopher
1
-4
/
+13
2010-03-18
Better heuristics for guessing reader to use.
fiddlosopher
1
-6
/
+9
2010-03-18
Added plain writer.
fiddlosopher
1
-0
/
+1
2010-03-18
Refactored handler for base-header-level option.
fiddlosopher
1
-11
/
+15
2010-03-14
Added --base-header-level option.
fiddlosopher
1
-6
/
+28
2010-03-13
Use template variables for include-before/after.
fiddlosopher
1
-6
/
+8
2010-02-21
Behave gracefully if HOME is not set.
fiddlosopher
1
-7
/
+9
2010-02-02
Allow absolute URI as parameter (in this case, content is downloaded).
fiddlosopher
1
-1
/
+8
2010-01-18
Made userdir arg of saveDocumentAsODT a Maybe.
fiddlosopher
1
-1
/
+1
2010-01-18
Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.
fiddlosopher
1
-2
/
+2
2010-01-18
Rename getTemplate -> getDefaultTemplate.
fiddlosopher
1
-2
/
+2
2010-01-14
Added --data-dir option.
fiddlosopher
1
-6
/
+20
2010-01-02
pandoc.hs: warn of deprecated options after --dump-args has exited.
fiddlosopher
1
-5
/
+9
2009-12-31
Added --reference-odt option.
fiddlosopher
1
-2
/
+12
2009-12-31
Added needed imports from System.IO when we're using ghc >= 6.12.
fiddlosopher
1
-1
/
+2
2009-12-31
Removed redundant imports (found by ghc 6.12).
fiddlosopher
1
-2
/
+1
2009-12-31
Use System.IO.UTF8 only if ghc < 6.12.
fiddlosopher
1
-1
/
+6
2009-12-31
Removed unneeded LANGUAGE pragmas.
fiddlosopher
1
-1
/
+0
[next]