summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* Updated debian/changelog.fiddlosopher2007-12-06
* Added new HTML math demos to website. Revamped mkdemos.pl for simplicity.fiddlosopher2007-12-04
* Adjusted test suite for footnote changes in LaTeX and ConTeXt writers.fiddlosopher2007-12-04
* Improvements to LaTeX and ConTeXt footnote handling:fiddlosopher2007-12-04
* If gladtex specified, don't prettyprint <EQ> tags, or gladtex gets confused.fiddlosopher2007-12-02
* Small fix to error handling in TeXMath parser:fiddlosopher2007-12-02
* Removed note about public mimetex server from README.fiddlosopher2007-12-02
* Updated test suite -- no italics for digits.fiddlosopher2007-12-02
* TeXMath parser: use emphasis only for letters, not numbers.fiddlosopher2007-12-02
* Updated HTML and S5 writer tests for new span tags in math.fiddlosopher2007-12-02
* Put math in HTML inside <span class="math">.fiddlosopher2007-12-02
* Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher2007-12-02
* Website: Added note about inclusion in Ubuntu Hardy Heron.fiddlosopher2007-12-02
* Removed TODO.fiddlosopher2007-12-01
* Updated tests with new way of displaying math in HTML (with no enclosing $'s).fiddlosopher2007-12-01
* Added --gladtex and --mimetex options.fiddlosopher2007-12-01
* Documented new --gladtex and --mimetex options, and new treatment of TeX math.fiddlosopher2007-12-01
* Added HTMLMathMethod writer option.fiddlosopher2007-12-01
* Modified s5 fancy test to include new ASCIIMathML.js.fiddlosopher2007-12-01
* Small change to wording in README.fiddlosopher2007-12-01
* New version of ASCIIMathML.js.fiddlosopher2007-12-01
* Modified writer tests for new Math and TeX output.fiddlosopher2007-11-29
* Changed all writers to handle new Math block element.fiddlosopher2007-11-29
* Revised s5.native test with Math block.fiddlosopher2007-11-29
* Fixed small error in testsuite.native.fiddlosopher2007-11-29
* Modified markdown reader for new Math block.fiddlosopher2007-11-29
* Modified LaTeX reader for new Math blocks.fiddlosopher2007-11-29
* Modified refsMatch for new Math block element.fiddlosopher2007-11-29
* Added new Math block element.fiddlosopher2007-11-29
* Changed tests to use new Math block element.fiddlosopher2007-11-29
* Added TODO for math branch notes.fiddlosopher2007-11-29
* Removed src, headers, ui from top-level -- git-svn didn't do this.fiddlosopher2007-11-29
* Makefile changes: BUILDCONF and CABAL_BKP.fiddlosopher2007-11-29
* Small improvements in Makefile:fiddlosopher2007-11-29
* Moved ASCIIMathML.js, headers, and ui into templates.fiddlosopher2007-11-29
* Changed references to source directory in Makefile and pandoc.cabal.*.fiddlosopher2007-11-29
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Removed Text directory. This is a remnant of an experimentfiddlosopher2007-11-28
* Makefile: Add .exe extension to BUILDCMD if building on Windows.fiddlosopher2007-11-26
* + Makefile now checks GHC version. If GHC is 6.6, pandoc.cabal.ghc66fiddlosopher2007-11-25
* Updated debian/changelog.fiddlosopher2007-11-25
* Reverted changes in r1086 (implicit section header references).fiddlosopher2007-11-23
* Improved and simplified setextHeader parser in markdown reader.fiddlosopher2007-11-22
* Updated PROFILING instructions. It is no longer necessaryfiddlosopher2007-11-22
* Use Ghc-Prof-Options to ensure that '-auto-all' is usedfiddlosopher2007-11-22
* Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)fiddlosopher2007-11-22
* Changes to testsuite for new \useURL in context writer.fiddlosopher2007-11-22
* + Changed \useurl to \useURL in ConTeXt output.fiddlosopher2007-11-22
* Implemented implicit reference-style links to section headers in markdown.fiddlosopher2007-11-22