index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-02
Modified Text.Pandoc.Biblio to fit new citeproc API.
fiddlosopher
1
-5
/
+5
2008-08-27
Removed PDF writer from core pandoc, restored markdown2pdf.
fiddlosopher
17
-205
/
+286
2008-08-26
LaTeX reader: Parse "code" environments as verbatim (lhs).
fiddlosopher
1
-15
/
+9
2008-08-23
Bugs fixed in RunTests.hs:
fiddlosopher
1
-2
/
+7
2008-08-14
Modified RunTests.hs to strip out '\r' so it will work on Windows.
fiddlosopher
1
-2
/
+3
2008-08-14
Simplified and improved UTF8 handling:
fiddlosopher
12
-154
/
+246
2008-08-14
PDF writer: Close output file handle after waitForProcess.
fiddlosopher
1
-1
/
+2
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
44
-4219
/
+514
2008-08-12
Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.
fiddlosopher
2
-9
/
+2
2008-08-12
Small haddock documentation fix. (Andrea Rossato)
fiddlosopher
1
-2
/
+2
2008-08-12
Patches to Text.Pandoc.Biblio for new citeproc API.
fiddlosopher
1
-13
/
+10
2008-08-11
Parse raw ConTeXt environments as TeX in markdown reader.
fiddlosopher
4
-14
/
+52
2008-08-11
Added new markdown reader tests to list of extra source files in pandoc.cabal.
fiddlosopher
1
-1
/
+3
2008-08-11
ODT writer: Use '/', even on Windows, as path separator in xlink attribute
fiddlosopher
1
-4
/
+4
2008-08-10
Makefile: Added 'configure' as dependency of 'uninstall-all'.
fiddlosopher
1
-1
/
+1
2008-08-10
Allow newline before URL in markdown link references. Resolves Issue #81.
fiddlosopher
4
-7
/
+25
2008-08-10
Use -S option when building man pages in Setup.hs.
fiddlosopher
1
-1
/
+1
2008-08-10
Man writer: don't escape " as \".
fiddlosopher
2
-3
/
+3
2008-08-10
Updated man page sources with pdf output option, minor cosmetic changes.
fiddlosopher
3
-19
/
+21
2008-08-10
Added zip as a build dependency in debian/control.
fiddlosopher
1
-1
/
+1
2008-08-10
Debian packaging changes:
fiddlosopher
3
-10
/
+19
2008-08-10
Removed markdown2pdf and all references to it.
fiddlosopher
15
-283
/
+45
2008-08-10
Added Text.Pandoc.PDF module, 'pdf' as new output option.
fiddlosopher
4
-160
/
+176
2008-08-10
Use 'bracket' to improve withTempDir Text.Pandoc.Shared.
fiddlosopher
2
-5
/
+146
2008-08-10
Removed dependency on reference.odt from Makefile.
fiddlosopher
1
-2
/
+1
2008-08-09
Removed no-longer-needed wrappers directory.
fiddlosopher
0
-0
/
+0
2008-08-09
Removed no-longer-needed templates directory.
fiddlosopher
0
-0
/
+0
2008-08-09
Moved more of the build process from Makefile to Setup.hs:
fiddlosopher
3
-34
/
+132
2008-08-09
Removed layout-cache and Configurations2 from odt-styles directory.
fiddlosopher
3
-2
/
+2
2008-08-09
Include shell scripts themselves in repo, rather than generating from wrappers.
fiddlosopher
7
-89
/
+122
2008-08-09
Added preconfigure hook to build reference.odt if missing.
fiddlosopher
1
-6
/
+41
2008-08-09
Rewrote test suite so it doesn't depend on perl or unix tools.
fiddlosopher
11
-293
/
+577
2008-08-09
Removed unneeded space after "\\item" in LaTeX and ConTeXt output.
fiddlosopher
2
-2
/
+2
2008-08-08
Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.
fiddlosopher
11
-156
/
+191
2008-08-06
Small improvements to citation parsing in markdown reader.
fiddlosopher
1
-4
/
+4
2008-08-05
Allow parsing of multiline citations.
fiddlosopher
1
-2
/
+2
2008-08-05
Text/Pandoc/Biblio.hs - made getRefs point-free.
fiddlosopher
1
-1
/
+1
2008-08-05
Mention ODT writer in pandoc.cabal.
fiddlosopher
1
-1
/
+1
2008-08-05
Added padding to table cells in ODT.
fiddlosopher
1
-1
/
+1
2008-08-05
Added opendocument writer tests.
fiddlosopher
4
-1
/
+2034
2008-08-04
Added support for Cite to Markdown reader, and conditional support for citepr...
fiddlosopher
7
-16
/
+197
2008-08-04
Added Cite element to definition and writers.
fiddlosopher
11
-8
/
+41
2008-08-03
Improved configuration options and CPP macros.
fiddlosopher
6
-15
/
+36
2008-08-03
Added 'utf8' configuration flag to pandoc.cabal.
fiddlosopher
3
-9
/
+25
2008-08-03
Improvements to ODT writer (for windows compatibility):
fiddlosopher
1
-18
/
+18
2008-08-02
INSTALL: Included instructions on installing utf8-string.
fiddlosopher
1
-3
/
+8
2008-08-02
Replaced markdown2odt with pandoc in web demos.
fiddlosopher
1
-2
/
+2
2008-08-02
Added information about `odt` to README and pandoc(1) man page.
fiddlosopher
2
-35
/
+50
2008-08-02
Improved template handling:
fiddlosopher
7
-20
/
+63
2008-08-01
Removed superfluous copyFile from Text/Pandoc/ODT.hs.
fiddlosopher
1
-1
/
+0
[prev]
[next]