Age | Commit message (Expand) | Author | Files | Lines |
2007-12-10 | Bumped version number to 0.46. | fiddlosopher | 3 | -3/+3 |
2007-12-09 | Added date to release note on website. | fiddlosopher | 1 | -1/+1 |
2007-12-08 | Use \{0,1\} instead of \? in sed, so it works on BSD/Mac OSX too. | fiddlosopher | 1 | -1/+1 |
2007-12-08 | Updated website. | fiddlosopher | 1 | -50/+24 |
2007-12-08 | Makefile website target: create changelog.txt, not changelog. | fiddlosopher | 1 | -2/+2 |
2007-12-08 | Removed support for "box-style" block quotes in markdown. | fiddlosopher | 14 | -289/+3 |
2007-12-06 | Updated debian/changelog. | fiddlosopher | 1 | -16/+78 |
2007-12-04 | Added new HTML math demos to website. Revamped mkdemos.pl for simplicity. | fiddlosopher | 3 | -21/+49 |
2007-12-04 | Adjusted test suite for footnote changes in LaTeX and ConTeXt writers. | fiddlosopher | 2 | -10/+10 |
2007-12-04 | Improvements to LaTeX and ConTeXt footnote handling: | fiddlosopher | 2 | -5/+7 |
2007-12-02 | If gladtex specified, don't prettyprint <EQ> tags, or gladtex gets confused. | fiddlosopher | 1 | -1/+1 |
2007-12-02 | Small fix to error handling in TeXMath parser: | fiddlosopher | 1 | -3/+3 |
2007-12-02 | Removed note about public mimetex server from README. | fiddlosopher | 1 | -3/+1 |
2007-12-02 | Updated test suite -- no italics for digits. | fiddlosopher | 6 | -28/+12 |
2007-12-02 | TeXMath parser: use emphasis only for letters, not numbers. | fiddlosopher | 1 | -4/+8 |
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 |