aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-11-16Added an asciidoc writer (partial).John MacFarlane2-0/+755
2011-11-12Updated writer tests for new version of texmath.John MacFarlane5-20/+25
2011-11-09Markdown citations: don't strip off initial space in locator.John MacFarlane2-2/+2
2011-11-09Fixed markdown-citations.ieee.txt to use em-dashes for citation ranges.John MacFarlane1-1/+1
2011-11-08Update templates to use Content-Style-Type meta tag.John MacFarlane8-0/+8
2011-10-02HTML slides: only add id to div/section if --section-divs selected.John MacFarlane2-4/+4
2011-10-02Simplified slide creation in HTML writer.John MacFarlane2-4/+4
2011-08-25Updated to use revised context template.John MacFarlane1-39/+27
2011-08-20ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane1-38/+37
2011-08-18Fixed ConTeXt writer tests.John MacFarlane1-5/+6
2011-08-18Fixed opendocument writer test.John MacFarlane1-1/+1
2011-07-30Changes to tests for new latex templates.John MacFarlane3-18/+15
2011-07-29Updated lhs tests with CDATA.John MacFarlane2-0/+4
2011-07-24Docbook writer: Use programlisting for code blocks.John MacFarlane1-22/+22
2011-07-24Docbook writer: Use CALS tables (instead of XHTML tables).John MacFarlane1-364/+394
2011-07-24HTML writer: Removed English title on footnote back links.John MacFarlane1-5/+5
2011-07-24Updated s5 tests.John MacFarlane1-1/+3
2011-07-23HTML writer: Display author and date after title.John MacFarlane2-0/+10
2011-07-23Use different hyperref options for xetex.John MacFarlane3-3/+24
2011-07-23LaTeX writer: New template.John MacFarlane1-4/+4
2011-07-22Updated tests for new latex templates.John MacFarlane3-9/+42
2011-07-22LaTeX writer: Use \texttt and escapes instead of \verb!..!.John MacFarlane3-15/+20
2011-07-21LaTeX reader & writer: Use \and to separate authors.John MacFarlane2-2/+2
2011-07-19ConTeXt writer: Made \start/stoptyping flush with margin.John MacFarlane1-4/+4
2011-07-19LaTeX writer: make verbatim environments flush to avoid extra space.John MacFarlane1-2/+2
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-2/+2
2011-07-16HTML reader: treat Plain as Para when needed.John MacFarlane2-69/+2
2011-07-11Merge pull request #273 from qerub/masterJohn MacFarlane2-0/+3
2011-07-10Improved LaTeX tables.John MacFarlane1-100/+155
2011-07-10Textile reader: Make it possible to have colons after links.Christoffer Sawicki2-0/+3
2011-04-16Fixed Slidy/S5 output to allow --section-divs.John MacFarlane2-6/+0
2011-03-18Changed uri parser so it doesn't include trailing punctuation.John MacFarlane1-1/+1
2011-03-16OpenDocument writer: Use "First paragraph" style after most non-para blocks.John MacFarlane2-40/+48
2011-03-12OpenDocument: Use special style for 1st para after heading.John MacFarlane1-23/+25
2011-03-04Fixed lhs-test.nohl tests.John MacFarlane2-40/+8
2011-02-11LaTeX writer: Changed figure defaults to htbp.John MacFarlane1-1/+1
2011-02-04Improved HTML table output (line breaks).John MacFarlane6-61/+170
2011-02-04Updated tests.John MacFarlane8-382/+56
2011-02-04HTML writer: Spacing adjustments for Plain and RawHtml blocks.John MacFarlane6-402/+194
2011-02-04Updated tests for new HTML format.John MacFarlane11-1673/+1265
2011-01-29Fixed highlighting for inline code.John MacFarlane2-30/+30
2011-01-29Moved tests to src.John MacFarlane10-868/+0
2011-01-29Added Tests.Shared with normalize round-trip tests.John MacFarlane2-0/+23
2011-01-29Tests.Arbitrary: don't allow empty list items.John MacFarlane1-3/+5
2011-01-29Removed intentionally failing test in ConTeXt writer tests.John MacFarlane1-2/+2
2011-01-29Added biblatex citation tests to Tests.Readers.LaTeX.John MacFarlane3-70/+46
2011-01-29Added natbib citation tests to Tests.Readers.LaTeX.John MacFarlane3-51/+65
2011-01-28RTF writer: Embed images when possible.John MacFarlane1-2/+2
2011-01-26Added Tests.Readers.Markdown.John MacFarlane2-0/+31
2011-01-26Add support for attributes in inline Code.John MacFarlane13-54/+51