aboutsummaryrefslogtreecommitdiff
path: root/tests/html-reader.native
AgeCommit message (Expand)AuthorFilesLines
2015-12-12Fixed tests.John MacFarlane1-1/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-32/+32
2015-08-08Updated html reader for new automatic header attributes.John MacFarlane1-33/+33
2015-08-07Updated tests for link attribute changes.mb211-30/+30
2015-08-07Updated tests for image attribute changes.John MacFarlane1-2/+2
2015-07-24HTML Reader: Test <ol> type, class, and inline list-style(-type) CSSOphir Lifshitz1-0/+13
2015-01-25fixes #1859 HTML Reader table parsingmb211-1/+128
2014-08-16HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane1-0/+1
2014-06-16Updated HTML reader table test - should be simple table.John MacFarlane1-1/+1
2014-06-16Added failing HTML reader test for table.John MacFarlane1-1/+12
2014-04-01Added HTML reader tests for empty strong, emph.John MacFarlane1-0/+1
2014-04-01Tests updated to reflect changes to readers.Matthew Pickering1-74/+78
2014-01-01HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane1-1/+1
2013-12-06Small change to HTML reader tests.John MacFarlane1-9/+9
2013-08-16Updated tests for latest pandoc-types changes.John MacFarlane1-1/+1
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-1/+1
2013-06-25Some test suite fixes for new metadata.John MacFarlane1-1/+1
2013-01-09Added Attr field to Header.John MacFarlane1-30/+30
2011-07-16HTML reader: treat Plain as Para when needed.John MacFarlane1-35/+2
2011-01-26Add support for attributes in inline Code.John MacFarlane1-5/+5
2011-01-21Make sure native output ends in newline with --standalone.John MacFarlane1-1/+1
2011-01-20Updated tests for new native format.John MacFarlane1-345/+338
2010-12-30New HTML reader using tagsoup as a lexer.John MacFarlane1-4/+4
2010-12-22Made --smart work with HTML reader.John MacFarlane1-71/+71
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+0
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher1-1/+1
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-1/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-6/+7
2008-02-09Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher1-11/+11
2008-02-09Modified tests for new argument in CodeBlock.fiddlosopher1-11/+11
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-9/+38
2007-07-28Brought test suite up to date.fiddlosopher1-0/+1
2007-07-23Added definition list support to HTML reader.fiddlosopher1-0/+8
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-53/+33
2006-11-26Pandoc bug fixes:fiddlosopher1-11/+11
2006-10-17initial importfiddlosopher1-0/+328