aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Textile reader: drop leading, trailing newline in pre block.John MacFarlane1-2/+2
2010-12-03Textile reader: updated test suite to include raw HTML.John MacFarlane1-6/+6
2010-12-03Textile reader: parse raw by default.John MacFarlane1-1/+1
2010-12-03punctuation handling, and more html-specific handlingpaul.rivier2-48/+48
2010-12-03html inlines and html blocks handling in textile readerPaul Rivier2-1/+30
2010-12-03textile reader now ignores html/css attributesPaul Rivier2-1/+26
2010-12-03fix autolink by promoting it in the parser list, fix table parabreakPaul Rivier2-26/+4
2010-12-03more support for Textile reader (explicit links, images), tests and cabal ent...Paul Rivier3-0/+279
2010-11-27OpenDocument writer: don't print raw TeX.John MacFarlane1-6/+1
2010-11-27Minor adjustment in textile test suite.John MacFarlane2-2/+0
2010-11-27Merge branch 'textile'John MacFarlane3-0/+890
2010-11-27Use [] for superscripts and subscripts in textile writer.John MacFarlane1-2/+2
2010-11-27Fixed spacing problems in textile nested lists.John MacFarlane1-6/+0
2010-11-11HTML reader: don't parse raw HTML inside <code> tag.John MacFarlane1-3/+3
2010-11-09Allow HTML comments as inline elements in markdown.John MacFarlane1-2/+2
2010-10-26Added test for macros.John MacFarlane2-1/+9
2010-10-24LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane2-12/+12
2010-07-22Updated s5 tests.John MacFarlane2-40/+24
2010-07-22Extended --offline to s5.John MacFarlane2-516/+14
2010-07-20Added amssymb to default latex template.John MacFarlane3-3/+3
2010-07-20Made spacing at end of output more consistent.John MacFarlane44-61/+5
2010-07-16Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane2-26/+24
2010-07-15Updated pandoc to use css for highlighting-kate 0.2.7.John MacFarlane3-179/+147
2010-07-15Added --section-divs option.John MacFarlane3-1061/+991
2010-07-15Added --webtex option for HTML math.John MacFarlane1-2/+4
2010-07-14Improved handling of code in man writer.John MacFarlane1-52/+74
2010-07-13Put insert-before text before the title h1 in HTML.John MacFarlane1-1/+1
2010-07-12Added tests for example lists.John MacFarlane2-1/+18
2010-07-06Allow language-neutral table captions.John MacFarlane3-10/+10
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane3-80/+80
2010-05-17Added Textile writer module.John MacFarlane3-0/+896
2010-05-06No longer need to set LANG in RunTests.John MacFarlane1-2/+1
2010-04-26Man writer: convert math to unicode when possible.John MacFarlane1-8/+7
2010-04-25Use texmath's parser in TexMath module.John MacFarlane7-139/+30
2010-04-25RunTests: use UTF8 no matter what the locale.John MacFarlane1-4/+8
2010-04-10Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke1-0/+9
2010-03-23Added multilingual URL tests for markdown reader.John MacFarlane2-1/+13
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher1-209/+201
2010-03-18Added plain writer.fiddlosopher4-22/+800
2010-03-18MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher1-22/+22
2010-03-18Texinfo writer: Handle images in figures.fiddlosopher1-0/+3
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher1-2/+2
2010-03-18RST writer: handle images in figures.fiddlosopher1-2/+5
2010-03-17MediaWiki writer: Support images in figures.fiddlosopher1-1/+1
2010-03-17Docbook writer: support images as figures.fiddlosopher1-9/+6
2010-03-17Revert "LaTeX writer: Add unique labels to figures."fiddlosopher1-1/+1
2010-03-16LaTeX writer: Add unique labels to figures.fiddlosopher1-1/+1
2010-03-16ConTeXt writer: support images in figures.fiddlosopher1-12/+3
2010-03-16LaTeX writer: support figures with captions.fiddlosopher1-0/+4
2010-03-16HTML writer: implemented image-with-caption feature.fiddlosopher1-2/+4