Age | Commit message (Expand) | Author | Files | Lines |
2007-12-02 | Updated HTML and S5 writer tests for new span tags in math. | fiddlosopher | 4 | -123/+143 |
2007-12-02 | Put math in HTML inside <span class="math">. | fiddlosopher | 2 | -2/+5 |
2007-12-02 | Added Text.Pandoc.Readers.TeXMath and changed default handling of math. | fiddlosopher | 16 | -57/+408 |
2007-12-02 | Website: Added note about inclusion in Ubuntu Hardy Heron. | fiddlosopher | 1 | -0/+3 |
2007-12-01 | Removed TODO. | fiddlosopher | 1 | -12/+0 |
2007-12-01 | Updated tests with new way of displaying math in HTML (with no enclosing $'s). | fiddlosopher | 4 | -10/+10 |
2007-12-01 | Added --gladtex and --mimetex options. | fiddlosopher | 2 | -14/+22 |
2007-12-01 | Documented new --gladtex and --mimetex options, and new treatment of TeX math. | fiddlosopher | 2 | -23/+79 |
2007-12-01 | Added HTMLMathMethod writer option. | fiddlosopher | 3 | -17/+31 |
2007-12-01 | Modified s5 fancy test to include new ASCIIMathML.js. | fiddlosopher | 1 | -198/+2517 |
2007-12-01 | Small change to wording in README. | fiddlosopher | 1 | -2/+3 |
2007-12-01 | New version of ASCIIMathML.js. | fiddlosopher | 1 | -211/+2629 |
2007-11-29 | Modified writer tests for new Math and TeX output. | fiddlosopher | 6 | -65/+36 |
2007-11-29 | Changed all writers to handle new Math block element. | fiddlosopher | 8 | -8/+19 |
2007-11-29 | Revised s5.native test with Math block. | fiddlosopher | 1 | -1/+1 |
2007-11-29 | Fixed small error in testsuite.native. | fiddlosopher | 1 | -1/+1 |
2007-11-29 | Modified markdown reader for new Math block. | fiddlosopher | 1 | -1/+1 |
2007-11-29 | Modified LaTeX reader for new Math blocks. | fiddlosopher | 1 | -3/+3 |
2007-11-29 | Modified refsMatch for new Math block element. | fiddlosopher | 1 | -0/+2 |
2007-11-29 | Added new Math block element. | fiddlosopher | 1 | -0/+1 |
2007-11-29 | Changed tests to use new Math block element. | fiddlosopher | 2 | -14/+14 |
2007-11-29 | Added TODO for math branch notes. | fiddlosopher | 1 | -0/+12 |
2007-11-29 | Removed src, headers, ui from top-level -- git-svn didn't do this. | fiddlosopher | 0 | -0/+0 |
2007-11-29 | Makefile changes: BUILDCONF and CABAL_BKP. | fiddlosopher | 1 | -2/+1 |
2007-11-29 | Small improvements in Makefile: | fiddlosopher | 1 | -3/+4 |
2007-11-29 | Moved ASCIIMathML.js, headers, and ui into templates. | fiddlosopher | 19 | -7/+7 |
2007-11-29 | Changed references to source directory in Makefile and pandoc.cabal.*. | fiddlosopher | 3 | -5/+5 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 46 | -0/+0 |
2007-11-28 | Removed Text directory. This is a remnant of an experiment | fiddlosopher | 21 | -7077/+0 |
2007-11-26 | Makefile: Add .exe extension to BUILDCMD if building on Windows. | fiddlosopher | 1 | -1/+1 |
2007-11-25 | + Makefile now checks GHC version. If GHC is 6.6, pandoc.cabal.ghc66 | fiddlosopher | 3 | -24/+20 |
2007-11-25 | Updated debian/changelog. | fiddlosopher | 1 | -17/+69 |
2007-11-23 | Reverted changes in r1086 (implicit section header references). | fiddlosopher | 4 | -169/+126 |
2007-11-22 | Improved and simplified setextHeader parser in markdown reader. | fiddlosopher | 1 | -8/+8 |
2007-11-22 | Updated PROFILING instructions. It is no longer necessary | fiddlosopher | 1 | -3/+1 |
2007-11-22 | Use Ghc-Prof-Options to ensure that '-auto-all' is used | fiddlosopher | 1 | -2/+4 |
2007-11-22 | Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared) | fiddlosopher | 1 | -8/+11 |
2007-11-22 | Changes to testsuite for new \useURL in context writer. | fiddlosopher | 1 | -32/+32 |
2007-11-22 | + Changed \useurl to \useURL in ConTeXt output. | fiddlosopher | 2 | -2/+2 |
2007-11-22 | Implemented implicit reference-style links to section headers in markdown. | fiddlosopher | 4 | -127/+170 |
2007-11-18 | Fixed some haddock documentation bugs in Shared.hs. | fiddlosopher | 1 | -4/+4 |
2007-11-18 | More improvements to ConTeXt writer: | fiddlosopher | 3 | -196/+260 |
2007-11-17 | ConTeXt writer: | fiddlosopher | 2 | -4/+6 |
2007-11-17 | Modified ConTeXt writer to use \subsubsubsubsection etc., | fiddlosopher | 1 | -4/+2 |
2007-11-17 | Use $(GHC) instead of ghc and make them user configurable through environment | roktas | 1 | -3/+3 |
2007-11-17 | Adjusted formatting of LaTeX and ConTeXt footnotes: | fiddlosopher | 5 | -30/+40 |
2007-11-16 | ConTeXt writer: Use itemize options, not sym{}, to produce ordered | fiddlosopher | 1 | -14/+28 |
2007-11-16 | New, "official" definition of blockquote environment in ConTeXt header. | fiddlosopher | 2 | -5/+19 |
2007-11-15 | Fixed logic in markdown smart quote parsing: | fiddlosopher | 1 | -11/+14 |
2007-11-15 | Fixed smart quote parsing in markdown reader so that unicode | fiddlosopher | 1 | -6/+10 |