Age | Commit message (Expand) | Author | Files | Lines |
2008-01-06 | RST reader: cleaned up parsing of reference names in key blocks and links. | fiddlosopher | 1 | -24/+25 |
2008-01-06 | RST reader: Removed unnecessary check for following link in str. | fiddlosopher | 1 | -2/+1 |
2008-01-06 | Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph. | fiddlosopher | 1 | -2/+3 |
2008-01-06 | Markdown reader: Moved blockQuote parser before list parsers. | fiddlosopher | 1 | -2/+2 |
2008-01-06 | Added RELEASE-CHECKLIST. | fiddlosopher | 1 | -0/+39 |
2008-01-04 | Use an interpreted text role to render math in restructuredText. | fiddlosopher | 3 | -14/+34 |
2008-01-04 | Refactored RST writer to usea record instead of a tuple for state, | fiddlosopher | 1 | -125/+135 |
2008-01-03 | Added optional HTML sanitization using a whitelist. | fiddlosopher | 7 | -30/+119 |
2008-01-01 | Made -H, -A, and -B cumulative: if they are specified multiple times, | fiddlosopher | 1 | -3/+6 |
2007-12-31 | Fixed bug in the markdown reader: HTML preceding a code block | fiddlosopher | 2 | -7/+13 |
2007-12-31 | HTML reader: Finished fixing Issue #40. | fiddlosopher | 1 | -2/+2 |
2007-12-31 | HTML reader: Don't interpret contents of style tags as markdown. | fiddlosopher | 1 | -2/+9 |
2007-12-30 | Fixed bug in HTML reader: it was looking for <IT> tag, not <I>. | fiddlosopher | 1 | -1/+1 |
2007-12-30 | Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline. | fiddlosopher | 2 | -3/+5 |
2007-12-29 | Changed handling of titles in HTML writer so you don't get "titleprefix - " | fiddlosopher | 1 | -2/+4 |
2007-12-29 | Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer. | fiddlosopher | 3 | -81/+47 |
2007-12-29 | Markdown reader: Make 'block' conditional on strictness state, | fiddlosopher | 1 | -21/+27 |
2007-12-24 | Markdown: better handling of parentheses in URLs and quotation marks in titles. | fiddlosopher | 1 | -8/+15 |
2007-12-24 | Modified markdown reader to disallow links within links. (Resolves Issue #35.) | fiddlosopher | 1 | -22/+29 |
2007-12-24 | Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.) | fiddlosopher | 1 | -4/+12 |
2007-12-24 | Changed failure message in anyHtmlBlockTag (minor change). | fiddlosopher | 1 | -1/+1 |
2007-12-23 | Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags. | fiddlosopher | 1 | -2/+7 |
2007-12-21 | Modified 'source' parser in Markdown reader to allow backslash escapes in URLs. | fiddlosopher | 1 | -3/+4 |
2007-12-21 | Modified rules for HTML header identifiers to ensure legal identifiers. | fiddlosopher | 2 | -19/+29 |
2007-12-21 | Fixed handling of email addresses in markdown and reStructuredText. | fiddlosopher | 3 | -40/+36 |
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 |