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-04
Added Org-mode writer
Puneeth Chaganti
1
-0
/
+2
2010-12-03
Merge branch 'citeproc' into master.
John MacFarlane
1
-43
/
+34
2010-12-03
Use textile reader by default for .textile extension.
John MacFarlane
1
-0
/
+1
2010-12-03
Basic Textile Reader
paul.rivier
1
-0
/
+1
2010-11-27
Merge branch 'master' into citeproc
John MacFarlane
1
-0
/
+1
2010-11-27
Merge branch 'textile'
John MacFarlane
1
-0
/
+1
2010-11-23
More flexible handling of --csl.
John MacFarlane
1
-2
/
+10
2010-11-23
Removed citeproc flag and CPP conditionals.
John MacFarlane
1
-18
/
+0
2010-11-20
Citation related changes.
John MacFarlane
1
-22
/
+9
2010-11-19
Use default biblio.{xml,json,bib} in pandoc data dir if none specified.
John MacFarlane
1
-21
/
+23
2010-11-18
If --csl not specified, read from data files or default.
John MacFarlane
1
-6
/
+23
2010-11-16
Removed unneeded format argument in call to readBiblioFile.
John MacFarlane
1
-1
/
+1
2010-11-13
Improve handling of bibliography not found error.
John MacFarlane
1
-1
/
+5
2010-11-13
Replaced --biblio-file with --bibliography, removed --biblio-format.
John MacFarlane
1
-18
/
+9
2010-11-12
Merge branch 'master' into citeproc
John MacFarlane
1
-3
/
+4
2010-11-12
Treat argument as URI only if it has http(s) scheme.
John MacFarlane
1
-3
/
+4
2010-10-27
Changes to use citeproc 0.3.
John MacFarlane
1
-1
/
+1
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
[next]