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-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
2009-12-31
Added --xetex option to pandoc and markdown2pdf.
fiddlosopher
1
-0
/
+9
2009-12-31
Use $for$ for header-includes.
fiddlosopher
1
-10
/
+10
2009-12-31
Use $for$ for --css option in HTML writer.
fiddlosopher
1
-8
/
+1
2009-12-31
Don't set "standalone" variable.
fiddlosopher
1
-4
/
+1
2009-12-31
HTML writer changes for templates.
fiddlosopher
1
-1
/
+1
2009-12-31
Fixed up LaTeXMathML module not to use TH.
fiddlosopher
1
-3
/
+10
2009-12-31
Restored writerIncludeBefore, writerIncludeAfter.
fiddlosopher
1
-14
/
+12
2009-12-31
Added 'standalone' variable, use in templates.
fiddlosopher
1
-1
/
+4
2009-12-31
Removed TH dependency from S5 module, removed DefaultTemplates.
fiddlosopher
1
-1
/
+12
2009-12-31
Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.
fiddlosopher
1
-27
/
+33
2009-12-31
Simplified handling of --css; removed optCSS in pandoc.hs.
fiddlosopher
1
-20
/
+12
2009-12-31
Added -V/--variable option to set custom template variables.
fiddlosopher
1
-0
/
+13
2009-12-31
Removed unneeded writer options; use template variables instead.
fiddlosopher
1
-21
/
+20
2009-12-31
Added and documented --template option.
fiddlosopher
1
-2
/
+16
2009-12-31
Use legacy-header variable for custom header.
fiddlosopher
1
-12
/
+16
2009-12-31
Changed --print-default-header to --print-default-template.
fiddlosopher
1
-4
/
+4
2009-12-31
Added writerTemplate and writerVariables to writerOptions.
fiddlosopher
1
-0
/
+2
2009-12-31
Renamed headers -> templates.
fiddlosopher
1
-8
/
+8
2009-12-05
Added --id-prefix option.
fiddlosopher
1
-1
/
+11
2009-12-05
Changed --default-code-classes -> --indented-code-classes.
fiddlosopher
1
-6
/
+6
2009-12-01
Added --default-code-classes option.
fiddlosopher
1
-1
/
+12
2009-06-06
Make --smart default for man output format.
fiddlosopher
1
-1
/
+1
2009-05-02
Made pandoc -v more explicit about compiler options.
fiddlosopher
1
-9
/
+6
2009-05-01
pandoc.hs: Make --strict compatible with --standalone, --toc.
fiddlosopher
1
-2
/
+1
2009-04-08
Fixed regression with --preserveTabs.
fiddlosopher
1
-3
/
+8
2009-02-26
Don't return an error status on --help or --version.
fiddlosopher
1
-4
/
+4
2009-02-24
Removed plugin support.
fiddlosopher
1
-16
/
+3
2009-01-31
Moved tabFilter to Shared.
fiddlosopher
1
-22
/
+5
2009-01-31
Renamed Main.hs -> pandoc.hs.
fiddlosopher
1
-0
/
+681
[prev]