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-23
Moved odt-styles/ to data/. Removed unneeded variable in Makefile.
fiddlosopher
8
-2
/
+1
2008-09-23
Removed debian directory.
fiddlosopher
0
-0
/
+0
2008-09-22
Have "runhaskell Setup test" return an error status if tests fail.
fiddlosopher
1
-2
/
+1
2008-09-16
Adjusted s5.fancy.html in tests/ to conform to new LaTeXMathML policy
fiddlosopher
1
-1
/
+3
2008-09-16
Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.
fiddlosopher
1
-0
/
+2
2008-09-15
HTML writer: Enclose all LaTeXMathML bits in <span class="LaTeX">.
fiddlosopher
1
-3
/
+7
2008-09-15
Fixed minor cut-and-paste error in README.
fiddlosopher
1
-1
/
+1
2008-09-14
INSTALL: Updated description of Arch linux packages.
fiddlosopher
1
-2
/
+5
2008-09-14
INSTALL - added note on quick Mac OSX install method, using cabal install.
fiddlosopher
1
-0
/
+8
2008-09-14
Bumped version to 1.0.0.1.
fiddlosopher
2
-2
/
+2
2008-09-14
Small changes to website index.
fiddlosopher
1
-3
/
+3
2008-09-14
Removed spurious reference to a pdf output format in the pandoc(1) man page.
fiddlosopher
1
-4
/
+3
2008-09-13
INSTALL: Documented citeproc-hs support.
fiddlosopher
1
-0
/
+26
2008-09-12
More minor changes to INSTALL instructions.
fiddlosopher
1
-18
/
+10
2008-09-12
Small updates to INSTALL.
fiddlosopher
1
-3
/
+7
2008-09-12
Updated changelog.
fiddlosopher
1
-1
/
+10
2008-09-12
Added scripts for Windows Inno Setup installer in windows/.
fiddlosopher
3
-0
/
+235
2008-09-12
Added to INSTALL instructions on installing cabal-install w/ macports.
fiddlosopher
1
-1
/
+2
2008-09-12
Changed list parser so that only the starting list marker matters:
fiddlosopher
2
-65
/
+37
2008-09-10
Updated website index.txt.in.
fiddlosopher
1
-36
/
+29
2008-09-10
pandoc.cabal: Removed most upper-bounds on dependency versions.
fiddlosopher
1
-16
/
+7
2008-09-10
Use versioned dependencies in pandoc.cabal, following guidelines in
fiddlosopher
1
-4
/
+16
2008-09-10
Version bump to 1.0.
fiddlosopher
2
-2
/
+2
2008-09-10
Removed debian-specific formatting from changelog heading.
fiddlosopher
1
-1
/
+1
2008-09-09
Updated changelog.
fiddlosopher
1
-60
/
+349
2008-09-09
pandoc.cabal: removed COPYING from Extra-Source-Files;
fiddlosopher
1
-1
/
+1
2008-09-09
Removed README.Debian.
fiddlosopher
1
-9
/
+0
2008-09-08
--tabstop -> --tab-stop in README documentation.
fiddlosopher
1
-1
/
+1
2008-09-08
Use Data.List's 'intercalate' instead of custom 'joinWithSep'.
fiddlosopher
15
-65
/
+54
2008-09-08
Fixed haddock bug in Text/Pandoc/LaTexMathML.hs.
fiddlosopher
1
-1
/
+1
2008-09-06
LaTeX reader: Refactored math parsers, limited support for eqnarray.
fiddlosopher
1
-3
/
+10
2008-09-06
LaTeX reader: Removed specialEnvironment parser.
fiddlosopher
1
-7
/
+0
2008-09-06
LaTeX reader: minor improvements.
fiddlosopher
2
-8
/
+10
2008-09-06
LaTeX reader: Fixed regression in list parsing
fiddlosopher
1
-3
/
+3
2008-09-06
Pandoc is no longer a native debian package.
fiddlosopher
12
-1727
/
+1472
2008-09-06
Updated INSTALL in light of new dependencies (utf8-string and zip-archive).
fiddlosopher
1
-2
/
+36
2008-09-06
LaTeX reader: improvements in raw LaTeX parsing.
fiddlosopher
1
-20
/
+41
2008-09-06
MediaWiki writer: print class attributes in <pre> for code blocks, if any.
fiddlosopher
1
-1
/
+1
2008-09-06
Changed Float to Double in definition of Table element.
fiddlosopher
9
-35
/
+35
2008-09-04
Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.
fiddlosopher
17
-1537
/
+75
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
[prev]
[next]