pandoc/tests
John MacFarlane f869f7e08d Use new flexible metadata type.
* Depend on pandoc 1.12.
* Added yaml dependency.
* `Text.Pandoc.XML`: Removed `stripTags`.  (API change.)
* `Text.Pandoc.Shared`:  Added `metaToJSON`.
  This will be used in writers to create a JSON object for use
  in the templates from the pandoc metadata.
* Revised readers and writers to use the new Meta type.
* `Text.Pandoc.Options`: Added `Ext_yaml_title_block`.
* Markdown reader:  Added support for YAML metadata block.
  Note that it must come at the beginning of the document.
* `Text.Pandoc.Parsing.ParserState`:  Replace `stateTitle`,
  `stateAuthors`, `stateDate` with `stateMeta`.
* RST reader:  Improved metadata.
  Treat initial field list as metadata when standalone specified.
  Previously ALL fields "title", "author", "date" in field lists
  were treated as metadata, even if not at the beginning.
  Use `subtitle` metadata field for subtitle.
* `Text.Pandoc.Templates`:  Export `renderTemplate'` that takes a string
  instead of a compiled template..
* OPML template:  Use 'for' loop for authors.
* Org template: '#+TITLE:' is inserted before the title.
  Previously the writer did this.
2013-06-24 20:29:41 -07:00
..
MarkdownTest_1.0.3 Setup executable permissions on some files. 2007-01-05 07:39:32 +00:00
Tests Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
biblio.bib Unicode reference ID in biblio test. 2011-12-29 23:11:25 -08:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
chicago-author-date.csl Updated chicago-author-date.csl. 2011-11-18 13:36:27 -08:00
docbook-reader.docbook Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
docbook-reader.native Added Attr field to Header. 2013-01-09 09:30:05 -08:00
fb2.basic.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.basic.markdown Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.images-embedded.fb2 Implemented Ext_implicit_figures. 2013-01-14 20:53:08 -08:00
fb2.images-embedded.html FB2: support images embedded as data URIs + tests. 2012-07-22 11:13:14 -07:00
fb2.images.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.images.markdown Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.math.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.math.markdown Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.test-small.png Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.test.jpg Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.titles.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
fb2.titles.markdown Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
haddock-reader.haddock Fixed haddock test output. 2013-04-08 09:08:41 -07:00
haddock-reader.native Haddock reader improvements. 2013-04-14 21:39:05 -07:00
html-reader.html Update templates to use Content-Style-Type meta tag. 2011-11-08 11:54:10 -08:00
html-reader.native Added Attr field to Header. 2013-01-09 09:30:05 -08:00
ieee.csl Updated ieee.csl and mhra.csl in test directory. 2011-11-18 13:41:40 -08: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 Fixed bug with escaped % in LaTeX reader. 2013-01-20 19:21:13 -08:00
latex-reader.native Revert "LaTeX reader: citation handling changes." 2013-03-17 08:48:29 -07:00
lhs-test-markdown.native RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.fragment.html+lhs Updated tests for new HTML format. 2011-02-04 20:38:08 -08:00
lhs-test.html RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.html+lhs HTML writer: Support header attributes. 2013-02-14 19:35:58 -08:00
lhs-test.latex Use latest highlighting-kate and texmath. 2013-05-07 20:22:09 -07:00
lhs-test.latex+lhs Updated tests for changes in LaTeX template. 2013-04-26 08:59:18 -07:00
lhs-test.markdown RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.markdown+lhs RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.native RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.rst RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
lhs-test.rst+lhs RST writer: Use .. code:: language for code blocks with language. 2013-01-26 16:12:11 -08:00
markdown-citations.chicago-author-date.txt Added failing tests for note beginning with a citation. 2012-06-03 19:26:36 -07:00
markdown-citations.ieee.txt Added failing tests for note beginning with a citation. 2012-06-03 19:26:36 -07:00
markdown-citations.mhra.txt Added failing tests for note beginning with a citation. 2012-06-03 19:26:36 -07:00
markdown-citations.txt Added failing tests for note beginning with a citation. 2012-06-03 19:26:36 -07:00
markdown-reader-more.native Added a test for #833. 2013-06-19 09:00:37 -07:00
markdown-reader-more.txt Added a test for #833. 2013-06-19 09:00:37 -07:00
mediawiki-reader.native MediaWiki reader: Correctly handle indented preformatted text 2013-03-28 10:48:00 -07:00
mediawiki-reader.wiki MediaWiki reader: Correctly handle indented preformatted text 2013-03-28 10:48:00 -07:00
mhra.csl Updated ieee.csl and mhra.csl in test directory. 2011-11-18 13:41:40 -08:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
opml-reader.native Added OPML template, tests. 2013-03-20 10:17:59 -07:00
opml-reader.opml Added OPML template, tests. 2013-03-20 10:17:59 -07:00
pipe-tables.native Major rewrite of markdown reader. 2012-08-01 21:45:40 -07:00
pipe-tables.txt Added test for pipe table with spaces around header lines. 2013-03-02 19:06:12 -08:00
rst-reader.native RST reader: don't insert paragraphs where docutils doesn't. 2013-06-18 10:04:37 -07:00
rst-reader.rst RST reader: Line block improvements. 2013-01-13 11:15:31 -08:00
s5.basic.html HTML writer: Support header attributes. 2013-02-14 19:35:58 -08:00
s5.fancy.html HTML writer: Support header attributes. 2013-02-14 19:35:58 -08:00
s5.fragment.html Updated tests. 2011-02-04 23:09:51 -08:00
s5.inserts.html Added css to preserve spaces in <code> tags. 2013-01-04 23:02:22 -08:00
s5.native Added Attr field to Header. 2013-01-09 09:30:05 -08:00
tables-rstsubset.native RST reader: Use Text.Pandoc.Builder. 2012-09-27 17:52:48 -07:00
tables.asciidoc Updated tests for correct col width. 2011-11-18 19:50:45 -08:00
tables.context pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.docbook Docbook writer: Use CALS tables (instead of XHTML tables). 2011-07-24 23:24:03 -07:00
tables.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
tables.html Improved HTML table output (line breaks). 2011-02-04 23:35:10 -08:00
tables.latex Updated latex table tests. 2013-01-28 10:49:18 -08:00
tables.man Man writer: use one decimal place for column widths. 2013-04-09 19:56:43 -07:00
tables.markdown pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.mediawiki pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.native Major rewrite of markdown reader. 2012-08-01 21:45:40 -07:00
tables.opendocument OpenDocument writer: Use "First paragraph" style after most non-para blocks. 2011-03-16 12:35:32 -07:00
tables.org pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.plain pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.rst pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.rtf RTF writer: Added writeRTFWithEmbeddedImages. 2013-01-18 10:33:37 -08:00
tables.texinfo pandoc: Add newline to output unless standalone. 2011-01-06 21:05:28 -08:00
tables.textile Added needed space after .bc and .bq. 2011-01-23 10:08:11 -08:00
tables.txt Allow language-neutral table captions. 2010-07-06 21:02:26 -07:00
test-pandoc.hs Set locale encoding in test suite. 2013-01-18 11:23:09 -08:00
testsuite.native Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
testsuite.txt New treatment of dashes in --smart mode. 2012-01-01 13:48:28 -08:00
textile-reader.native Textile reader: Correctly handle entities. 2013-06-11 10:16:54 -07:00
textile-reader.textile Textile reader: Correctly handle entities. 2013-06-11 10:16:54 -07:00
writer.asciidoc Added Attr field to Header. 2013-01-09 09:30:05 -08:00
writer.context Updated tests for tight/loose lists. 2013-01-07 20:58:49 -08:00
writer.docbook Updated tests to match new docbook template. 2013-04-15 20:51:00 -07:00
writer.fb2 Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
writer.html Use proportional font for email autolinks with obfuscation. 2013-01-21 11:28:35 -08:00
writer.latex LaTeX writer: Always create labels for sections. 2013-06-02 14:38:18 -07:00
writer.man Man writer: Escape - as \-. 2012-08-18 10:29:15 -07:00
writer.markdown Update markdown writer tests for changes in author in titleblock. 2013-04-09 18:17:06 -07:00
writer.mediawiki Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
writer.native Use 'fig:' instead of '\SOH' in title to indicate figure. 2013-01-15 08:46:09 -08:00
writer.opendocument Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
writer.opml Added OPML template, tests. 2013-03-20 10:17:59 -07:00
writer.org Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
writer.plain Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
writer.rst RST writer: Fixes bug with links with duplicate text. 2013-01-13 23:00:05 -08:00
writer.rtf Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
writer.texinfo Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
writer.textile Added Attr field to Header. 2013-01-09 09:30:05 -08:00