pandoc/tests
fiddlosopher df5244fd48 HTML writer: wrap sections in divs. Resolves Issue #70.
+ hierarchicalize has been rationalized; it builds a hierarchical
  representation of the document from the headers, and simultaneously
  gives each section a unique identifier based on the heading title.
+ Identifiers are now attached to the divs rather than
  to the headers themselves.
+ Table of content backlinks go to the beginning of the table, rather
  than to the section reference that was clicked.  This seems better.
+ Code for constructing identifiers has been moved to Text.Pandoc.Shared
  from the HTML writer, since it is now consumed only by
  hierarchicalize.
+ In --strict mode, pandoc just prints bare headings, as before
  (unless --toc has been specified).
+ In s5 output, it does not wrap sections in divs, as that seems to
  confuse the s5 javascript.
+ Test suite updated accordingly.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1562 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-04-25 00:29:58 +00:00
..
MarkdownTest_1.0.3 Setup executable permissions on some files. 2007-01-05 07:39:32 +00:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
Diff.hs Rewrote test suite so it doesn't depend on perl or unix tools. 2008-08-09 16:51:08 +00:00
html-reader.html Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
html-reader.native Updated test suite to new baseline (but no tests yet for new code block syntax). 2008-02-09 03:19:54 +00:00
insert initial import 2006-10-17 14:22:29 +00:00
lalune.jpg initial import 2006-10-17 14:22:29 +00:00
latex-reader.latex Added separate latex reader and native reader tests; 2007-09-01 20:54:39 +00:00
latex-reader.native LaTeX reader: minor improvements. 2008-09-06 20:45:53 +00:00
lhs-test.fragment.html+lhs Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.html Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.html+lhs Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.latex Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.latex+lhs Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.markdown Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.markdown+lhs Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.native Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.rst Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
lhs-test.rst+lhs Updated test suites: regular paragraph before block quote. 2009-02-14 04:08:18 +00:00
markdown-reader-more.native Gobble space after Plain blocks containing only raw html inline. 2009-01-31 18:30:44 +00:00
markdown-reader-more.txt Gobble space after Plain blocks containing only raw html inline. 2009-01-31 18:30:44 +00:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
rst-reader.native Fixed parsing of RST comment blocks. 2008-11-06 16:49:45 +00:00
rst-reader.rst Fixed parsing of RST comment blocks. 2008-11-06 16:49:45 +00:00
RunTests.hs Check to see if highlighting supported and run lhs tests if it is. 2009-02-14 16:25:39 +00:00
s5.basic.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
s5.fancy.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
s5.fragment.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
s5.inserts.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
s5.native Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
tables.context Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer. 2007-12-29 09:31:45 +00:00
tables.docbook Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.html Include classes on tr elements in HTML output: "header", "odd", "even". 2008-10-18 23:14:59 +00:00
tables.latex Removed extra blank lines at end of LaTeX writer tests. 2007-08-30 22:49:41 +00:00
tables.man Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.markdown Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.mediawiki Fixed bug in mediawiki writer: improper closing tags in tables. 2009-01-24 19:59:00 +00:00
tables.native Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.opendocument Changed Float to Double in definition of Table element. 2008-09-06 02:51:44 +00:00
tables.rst Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
tables.rtf Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.texinfo Committed novalazy's initial patch for texinfo output, 2008-02-24 05:48:41 +00:00
tables.txt Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
testsuite.native Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
testsuite.txt Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.context Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.docbook Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.html HTML writer: wrap sections in divs. Resolves Issue #70. 2009-04-25 00:29:58 +00:00
writer.latex Added new listings include to LaTeX writer test. 2008-12-17 15:34:11 +00:00
writer.man Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.markdown Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0 2008-12-17 15:34:25 +00:00
writer.mediawiki Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.native Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.opendocument Support horizontal rules in OpenDocument and ODT writers. 2008-11-01 22:44:53 +00:00
writer.rst Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0 2008-12-17 15:34:25 +00:00
writer.rtf Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
writer.texinfo Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00