pandoc/tests
Albert Krewinkel 21cd76c201
Org reader: respect unnumbered header property
Sections the `unnumbered` property should, as the name implies, be
excluded from the automatic numbering of section provided by some output
formats.  The Pandoc convention for this is to add an "unnumbered" class
to the header.  The reader treats properties as key-value pairs per
default, so a special case is added to translate the above property to a
class instead.

Closes #3095.
2016-08-30 18:10:24 +02:00
..
docx Docx reader: test for nested anchor spans in header 2016-08-29 08:35:59 -04:00
epub Fixed tests. 2015-12-12 16:22:31 -08:00
fb2 Revised tests directory. 2014-08-13 11:16:50 -07:00
media Use real jpg (not empty) for docx tests to avoid warning. 2015-08-15 10:40:22 -07:00
odt Updated tests for link attribute changes. 2015-08-07 12:39:43 +02:00
Tests Org reader: respect unnumbered header property 2016-08-30 18:10:24 +02:00
bodybg.gif
docbook-reader.docbook DocBook reader mediaobjects and figures, closes #2184 2015-06-21 18:36:47 +02:00
docbook-reader.native Test fixes. 2015-12-12 12:58:31 -08:00
docbook-xref.docbook Added proper support for DocBook 'xref' elements 2015-09-24 18:26:55 +02:00
docbook-xref.native Test fixes. 2015-12-12 12:58:31 -08:00
dokuwiki_external_images.dokuwiki DokuWiki writer: add external_images test 2014-11-09 02:18:58 -05:00
dokuwiki_external_images.native Updated tests for image attribute changes. 2015-08-07 12:38:31 +02:00
dokuwiki_inline_formatting.dokuwiki Append newline to the LineBreak of various writers 2015-02-04 22:42:22 -08:00
dokuwiki_inline_formatting.native Revised tests directory. 2014-08-13 11:16:50 -07:00
dokuwiki_multiblock_table.dokuwiki DokuWiki writer: Make tables prettier by aligning columns. 2014-08-30 21:24:33 -07:00
dokuwiki_multiblock_table.native Updated tests for image attribute changes. 2015-08-07 12:38:31 +02:00
haddock-reader.haddock Rewrote haddock reader to use haddock-library. 2014-06-18 14:18:55 -07:00
haddock-reader.native Test fixes. 2015-12-12 12:58:31 -08:00
html-reader.html HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS 2015-07-24 02:53:44 -04:00
html-reader.native Fixed tests. 2015-12-12 16:22:31 -08:00
insert
lalune.jpg
latex-reader.latex Updated tests for image attribute changes. 2015-08-07 12:38:31 +02:00
latex-reader.native LaTeX reader: fixed \cite so it is a NormalCitation not AuthorInText. 2016-06-29 07:59:00 -07:00
lhs-test-markdown.native Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.fragment.html+lhs
lhs-test.html Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.html+lhs Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.latex latex template: fix for obscure hyperref/xelatex issue. 2016-06-07 10:11:48 -07:00
lhs-test.latex+lhs latex template: fix for obscure hyperref/xelatex issue. 2016-06-07 10:11:48 -07:00
lhs-test.markdown Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.markdown+lhs Fixed tests. 2015-12-12 16:22:31 -08:00
lhs-test.native Fixed tests. 2015-12-12 16:22:31 -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.native Markdown reader: unresolved citations fall back to original text. 2013-09-14 22:28:37 -07:00
markdown-citations.txt
markdown-reader-more.native Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces. 2016-04-10 09:13:53 -07:00
markdown-reader-more.txt Markdown reader: Made implicit header references case-insensitive. 2015-05-13 23:12:58 -07:00
mediawiki-reader.native Allow spaces before '!' in MediaWiki table header 2016-05-09 17:54:40 +02:00
mediawiki-reader.wiki Allow spaces before '!' in MediaWiki table header 2016-05-09 17:54:40 +02:00
movie.jpg
opml-reader.native Updated tests for link attribute changes. 2015-08-07 12:39:43 +02:00
opml-reader.opml Added OPML template, tests. 2013-03-20 10:17:59 -07:00
pipe-tables.native Markdown reader: Improved pipe table parsing. 2016-03-09 11:46:00 -08:00
pipe-tables.txt Markdown reader: Improved pipe table parsing. 2016-03-09 11:46:00 -08:00
rst-reader.native Fixed RST links with no explicit link text. 2016-06-25 10:56:37 -07:00
rst-reader.rst Fixed RST links with no explicit link text. 2016-06-25 10:56:37 -07:00
s5-basic.html Template improvements (Andrew Dunning). 2015-10-25 12:28:28 -07:00
s5-fancy.html Template improvements (Andrew Dunning). 2015-10-25 12:28:28 -07:00
s5-fragment.html HTML writer: Add "inline" or "display" class to math spans. 2015-02-01 11:08:27 -08:00
s5-inserts.html HTML writer: Add "inline" or "display" class to math spans. 2015-02-01 11:08:27 -08:00
s5.native Updated tests for latest pandoc-types changes. 2013-08-16 12:25:21 -07:00
tables-rstsubset.native Test fixes. 2015-12-12 12:58:31 -08:00
tables.asciidoc Pretty: Make CR + BLANKLINE = BLANKLINE. 2014-10-20 20:26:08 -07:00
tables.context Fixed tests for new ConTeXt writer behavior. 2013-11-30 16:34:32 -08:00
tables.docbook
tables.docbook5 Add docbook5 writer support 2016-04-29 14:00:46 -07:00
tables.dokuwiki DokuWiki writer: Make tables prettier by aligning columns. 2014-08-30 21:24:33 -07:00
tables.fb2 Test suite for FB2 writer. 2012-07-22 11:13:14 -07:00
tables.haddock Pretty: Make CR + BLANKLINE = BLANKLINE. 2014-10-20 20:26:08 -07:00
tables.html HTML writer: don't include alignment attribute for default table columns. 2016-02-03 13:31:21 -08:00
tables.icml ICML writer: intersperse line breaks 2015-12-17 10:26:59 +01:00
tables.latex Retake on strut with \minipage inside tables 2016-05-11 14:02:09 -03:00
tables.man Man writer: use one decimal place for column widths. 2013-04-09 19:56:43 -07:00
tables.markdown
tables.mediawiki MediaWiki writer: fix spacing issues. 2016-01-02 12:14:12 -08:00
tables.native Implemented SoftBreak and new --wrap option. 2015-12-11 23:55:08 -08:00
tables.opendocument ODT Writer: Figure captions - Tests update 2015-04-12 00:56:02 +03:00
tables.org Pretty: Make CR + BLANKLINE = BLANKLINE. 2014-10-20 20:26:08 -07:00
tables.plain
tables.rst Pretty: Make CR + BLANKLINE = BLANKLINE. 2014-10-20 20:26:08 -07:00
tables.rtf RTF writer: Fixed tables cells containing paragraphs. 2014-03-24 15:12:32 -07:00
tables.tei Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei). 2016-01-21 15:44:56 -08:00
tables.texinfo
tables.textile Textile reader: Improved table support. 2014-08-30 20:34:42 -07:00
tables.txt
tables.zimwiki Added Zim Wiki writer, template and tests. 2016-06-30 23:59:43 -07:00
test-pandoc.hs Add TEI Writer. 2016-01-19 14:03:57 -05:00
testsuite.native Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
testsuite.txt Markdown reader: revised definition list syntax (closes #1429). 2014-07-20 16:33:59 -07:00
textile-reader.native Textile reader: disallow empty URL in explicit link. 2016-07-22 15:45:03 -07:00
textile-reader.textile Textile reader: disallow empty URL in explicit link. 2016-07-22 15:45:03 -07:00
twiki-reader.native Fixed tests. 2015-12-12 16:22:31 -08:00
twiki-reader.twiki replace old url with pandoc.org 2015-06-09 22:22:58 +02:00
txt2tags.native Test fixes. 2015-12-12 12:58:31 -08:00
txt2tags.t2t Txt2Tags Reader: Parse Meta information 2014-08-21 17:09:40 +01:00
writer.asciidoc AsciiDoc writer: Fixed code blocks. 2015-11-23 21:29:21 -08:00
writer.context Updated tests for context template changes. 2015-11-20 14:50:37 -08:00
writer.docbook Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
writer.docbook5 Docbook5 writer: Properly handle ulink/link 2016-04-29 16:06:55 -07:00
writer.dokuwiki DokuWiki writer: use $$ for display math. 2016-03-08 10:08:14 -08:00
writer.fb2 Test fixes. 2015-12-12 12:58:31 -08:00
writer.haddock Haddock writer: Use _____ for hrule. 2014-06-19 00:28:23 -07:00
writer.html Changed email-obfuscation default to no obfuscation. 2016-06-20 10:37:23 -07:00
writer.icml ICML writer: intersperse line breaks 2015-12-17 10:26:59 +01:00
writer.latex latex template: fix for obscure hyperref/xelatex issue. 2016-06-07 10:11:48 -07:00
writer.man Fixed man template so disabling hyphenation actually works. 2015-12-03 10:38:48 -08:00
writer.markdown Markdown writer: Use hyphens for yaml metadata block bottom line 2016-01-21 12:44:16 +01:00
writer.mediawiki Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
writer.native Test fixes. 2015-12-12 12:58:31 -08:00
writer.opendocument Test fixes. 2015-12-12 12:58:31 -08:00
writer.opml Markdown writer: improved escaping. 2015-04-18 10:58:50 -07:00
writer.org Org writer: ensure link targets are paths or URLs 2016-08-18 14:32:59 +02:00
writer.plain Use unicode super/subscripts for digits in plain output. 2015-10-15 14:35:01 -07:00
writer.rst RST writer: better handling of raw latex inline. 2015-04-07 22:07:38 -07:00
writer.rtf Test fixes. 2015-12-12 12:58:31 -08:00
writer.tei Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei). 2016-01-21 15:44:56 -08:00
writer.texinfo Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc into timtylin-patch/fixTexinfoWrap 2015-02-07 20:28:56 -08:00
writer.textile Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00
writer.zimwiki Added Zim Wiki writer, template and tests. 2016-06-30 23:59:43 -07:00
writers-lang-and-dir.context Updated tests for context template changes. 2015-11-20 14:50:37 -08:00
writers-lang-and-dir.latex latex template: fix for obscure hyperref/xelatex issue. 2016-06-07 10:11:48 -07:00
writers-lang-and-dir.native Added writers-lang-and-dir test, fixed ConTeXt writer test 2015-10-18 17:01:38 +02:00