aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-06Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph.fiddlosopher1-2/+3
2008-01-06Markdown reader: Moved blockQuote parser before list parsers.fiddlosopher1-2/+2
2008-01-06Added RELEASE-CHECKLIST.fiddlosopher1-0/+39
2008-01-04Use an interpreted text role to render math in restructuredText.fiddlosopher3-14/+34
2008-01-04Refactored RST writer to usea record instead of a tuple for state,fiddlosopher1-125/+135
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher7-30/+119
2008-01-01Made -H, -A, and -B cumulative: if they are specified multiple times,fiddlosopher1-3/+6
2007-12-31Fixed bug in the markdown reader: HTML preceding a code blockfiddlosopher2-7/+13
2007-12-31HTML reader: Finished fixing Issue #40.fiddlosopher1-2/+2
2007-12-31HTML reader: Don't interpret contents of style tags as markdown.fiddlosopher1-2/+9
2007-12-30Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.fiddlosopher1-1/+1
2007-12-30Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher2-3/+5
2007-12-29Changed handling of titles in HTML writer so you don't get "titleprefix - "fiddlosopher1-2/+4
2007-12-29Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher3-81/+47
2007-12-29Markdown reader: Make 'block' conditional on strictness state,fiddlosopher1-21/+27
2007-12-24Markdown: better handling of parentheses in URLs and quotation marks in titles.fiddlosopher1-8/+15
2007-12-24Modified markdown reader to disallow links within links. (Resolves Issue #35.)fiddlosopher1-22/+29
2007-12-24Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.)fiddlosopher1-4/+12
2007-12-24Changed failure message in anyHtmlBlockTag (minor change).fiddlosopher1-1/+1
2007-12-23Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.fiddlosopher1-2/+7
2007-12-21Modified 'source' parser in Markdown reader to allow backslash escapes in URLs.fiddlosopher1-3/+4
2007-12-21Modified rules for HTML header identifiers to ensure legal identifiers.fiddlosopher2-19/+29
2007-12-21Fixed handling of email addresses in markdown and reStructuredText.fiddlosopher3-40/+36
2007-12-10Bumped version number to 0.46.fiddlosopher3-3/+3
2007-12-09Added date to release note on website.fiddlosopher1-1/+1
2007-12-08Use \{0,1\} instead of \? in sed, so it works on BSD/Mac OSX too.fiddlosopher1-1/+1
2007-12-08Updated website.fiddlosopher1-50/+24
2007-12-08Makefile website target: create changelog.txt, not changelog.fiddlosopher1-2/+2
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher14-289/+3
2007-12-06Updated debian/changelog.fiddlosopher1-16/+78
2007-12-04Added new HTML math demos to website. Revamped mkdemos.pl for simplicity.fiddlosopher3-21/+49
2007-12-04Adjusted test suite for footnote changes in LaTeX and ConTeXt writers.fiddlosopher2-10/+10
2007-12-04Improvements to LaTeX and ConTeXt footnote handling:fiddlosopher2-5/+7
2007-12-02If gladtex specified, don't prettyprint <EQ> tags, or gladtex gets confused.fiddlosopher1-1/+1
2007-12-02Small fix to error handling in TeXMath parser:fiddlosopher1-3/+3
2007-12-02Removed note about public mimetex server from README.fiddlosopher1-3/+1
2007-12-02Updated test suite -- no italics for digits.fiddlosopher6-28/+12
2007-12-02TeXMath parser: use emphasis only for letters, not numbers.fiddlosopher1-4/+8
2007-12-02Updated HTML and S5 writer tests for new span tags in math.fiddlosopher4-123/+143
2007-12-02Put math in HTML inside <span class="math">.fiddlosopher2-2/+5
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher16-57/+408
2007-12-02Website: Added note about inclusion in Ubuntu Hardy Heron.fiddlosopher1-0/+3
2007-12-01Removed TODO.fiddlosopher1-12/+0
2007-12-01Updated tests with new way of displaying math in HTML (with no enclosing $'s).fiddlosopher4-10/+10
2007-12-01Added --gladtex and --mimetex options.fiddlosopher2-14/+22
2007-12-01Documented new --gladtex and --mimetex options, and new treatment of TeX math.fiddlosopher2-23/+79
2007-12-01Added HTMLMathMethod writer option.fiddlosopher3-17/+31
2007-12-01Modified s5 fancy test to include new ASCIIMathML.js.fiddlosopher1-198/+2517
2007-12-01Small change to wording in README.fiddlosopher1-2/+3
2007-12-01New version of ASCIIMathML.js.fiddlosopher1-211/+2629