pandoc/tests
Albert Krewinkel d8e4a8bc10 Org reader: put header tags into empty spans
Org mode allows headers to be tagged:

``` org-mode
* Headline         :TAG1:TAG2:
```

Instead of being interpreted as part of the headline, the tags are now
put into the attributes of empty spans.  Spans without textual content
won't be visible by default, but they are detectable by filters.  They
can also be styled using CSS when written as HTML.

This fixes #2160.
2015-05-23 14:06:32 +02:00
..
docx Lists test 2015-03-08 03:59:48 +03:00
epub EPUB Tests: Seperating image testing from other features 2014-09-25 13:33:25 +01:00
fb2 Revised tests directory. 2014-08-13 11:16:50 -07:00
media Initial tests for writer 2015-03-03 14:37:02 +03:00
Tests Org reader: put header tags into empty spans 2015-05-23 14:06:32 +02:00
bodybg.gif
docbook-reader.docbook DocBook reader: document/test "type" as implemented 2014-12-08 23:17:27 -08:00
docbook-reader.native DocBook readers: Include id on section headers. 2014-12-14 23:46:25 -08:00
dokuwiki_external_images.dokuwiki DokuWiki writer: add external_images test 2014-11-09 02:18:58 -05:00
dokuwiki_external_images.native DokuWiki writer: add external_images test 2014-11-09 02:18:58 -05: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 Dokuwiki writer: Add a test for multiblock table cells. 2014-08-30 15:34:40 -04:00
haddock-reader.haddock Rewrote haddock reader to use haddock-library. 2014-06-18 14:18:55 -07:00
haddock-reader.native Revised haddock reader tests for changes in reader. 2014-06-18 18:04:08 -07:00
html-reader.html fixes #1859 HTML Reader table parsing 2015-01-25 09:41:12 +01:00
html-reader.native fixes #1859 HTML Reader table parsing 2015-01-25 09:41:12 +01:00
insert
lalune.jpg
latex-reader.latex Latex Reader: More tests for corner cases 2015-03-30 06:40:01 +03:00
latex-reader.native Latex Reader: More tests for corner cases 2015-03-30 06:40:01 +03: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
lhs-test.html Fixed typo in lhs-test.html. 2015-03-28 13:02:59 -07:00
lhs-test.html+lhs Fixed lhs writer tests (overflow-x, not x-overflow). 2015-03-28 12:13:27 -07:00
lhs-test.latex Test updates for 15d16e8456. 2015-05-04 10:05:11 -07:00
lhs-test.latex+lhs Test updates for 15d16e8456. 2015-05-04 10:05:11 -07:00
lhs-test.markdown Don't use tilde code blocks with braced attributes in gfm output. 2013-12-09 20:31:47 -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 Use registerHeader in RST and LaTeX readers. 2013-09-01 09:13:31 -07: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 Added failing tests for note beginning with a citation. 2012-06-03 19:26:36 -07:00
markdown-reader-more.native Markdown reader: Made implicit header references case-insensitive. 2015-05-13 23:12:58 -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 MediaWiki reader: Fixed bug in certain nested lists. 2014-04-01 10:36:23 -07:00
mediawiki-reader.wiki MediaWiki reader: Fixed bug in certain nested lists. 2014-04-01 10:36:23 -07:00
movie.jpg
opml-reader.native Tests updated to reflect changes to readers. 2014-04-01 13:53:34 +01:00
opml-reader.opml Added OPML template, tests. 2013-03-20 10:17:59 -07:00
pipe-tables.native Markdown reader: Make one-column pipe tables work. 2014-05-01 09:23:21 -07:00
pipe-tables.txt Fixed pipe tables -- headerless tables are not allowed. 2015-03-07 10:40:13 -08:00
rst-reader.native RST Reader: compute Attrs when role is defined 2014-12-12 14:45:45 +00:00
rst-reader.rst Enhanced Pandoc's support for rST roles. 2014-02-15 17:51:33 +01:00
s5-basic.html HTML writer: Add "inline" or "display" class to math spans. 2015-02-01 11:08:27 -08:00
s5-fancy.html Revised tests directory. 2014-08-13 11:16:50 -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 RST reader: Use Text.Pandoc.Builder. 2012-09-27 17:52:48 -07: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.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: Add colgroup around col tags. 2014-03-05 13:01:23 -08:00
tables.icml InDesign ICML Writer 2014-02-28 13:35:35 +01:00
tables.latex LaTeX writer: Add \strut to fix multiline tables 2014-08-29 13:54:08 +00: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: Use native mediawiki tables instead of HTML. 2013-08-03 23:05:14 -07:00
tables.native Major rewrite of markdown reader. 2012-08-01 21:45:40 -07: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.texinfo
tables.textile Textile reader: Improved table support. 2014-08-30 20:34:42 -07:00
tables.txt
test-pandoc.hs HTML reader: Support base tag. 2015-05-13 20:53:19 -07:00
testsuite.native Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07:00
testsuite.txt Markdown reader: revised definition list syntax (closes #1429). 2014-07-20 16:33:59 -07:00
textile-reader.native Make raw_tex extension non-default for textile reader, writer. 2014-08-14 09:49:31 -07:00
textile-reader.textile Make raw_tex extension non-default for textile reader, writer. 2014-08-14 09:49:31 -07:00
twiki-reader.native TWiki Reader: add basic syntax test 2014-10-30 20:02:05 +01:00
twiki-reader.twiki TWiki Reader: add basic syntax test 2014-10-30 20:02:05 +01:00
txt2tags.native Txt2Tags Reader: Parse Meta information 2014-08-21 17:09:40 +01:00
txt2tags.t2t Txt2Tags Reader: Parse Meta information 2014-08-21 17:09:40 +01:00
writer.asciidoc AsciiDoc writer: avoid wrapping after list marker. 2015-03-15 15:43:05 -07:00
writer.context Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07:00
writer.docbook Revamped raw HTML block parsing in markdown. 2014-07-07 15:53:59 -06:00
writer.dokuwiki Append newline to the LineBreak of various writers 2015-02-04 22:42:22 -08:00
writer.fb2 FB2 writer: Add newline to output. 2014-12-15 22:14:29 -08:00
writer.haddock Haddock writer: Use _____ for hrule. 2014-06-19 00:28:23 -07:00
writer.html Append newline to the LineBreak of various writers 2015-02-04 22:42:22 -08:00
writer.icml ICML writer: Better handling of raw blocks and inlines. 2015-02-17 08:50:48 -08:00
writer.latex Test updates for 15d16e8456. 2015-05-04 10:05:11 -07:00
writer.man Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07:00
writer.markdown Markdown writer: improved escaping. 2015-04-18 10:58:50 -07:00
writer.mediawiki Merge pull request #1927 from freephile/master 2015-02-07 20:33:33 -08:00
writer.native Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07:00
writer.opendocument OpenDocument template: use text:p instead of text:h for title. 2015-04-12 21:29:53 -07:00
writer.opml Markdown writer: improved escaping. 2015-04-18 10:58:50 -07:00
writer.org Revamped raw HTML block parsing in markdown. 2014-07-07 15:53:59 -06:00
writer.plain Markdown writer: Avoid introducing spurious list items through wrapping. 2015-02-25 10:16:05 -08:00
writer.rst RST writer: better handling of raw latex inline. 2015-04-07 22:07:38 -07:00
writer.rtf Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07: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 Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07:00