pandoc/tests/Tests/Readers
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.hs Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype 2015-03-28 12:12:48 -07:00
EPUB.hs EPUB tests: don't use joinPath, which varies across platforms. 2015-04-22 17:38:59 -07:00
HTML.hs HTML reader: Support base tag. 2015-05-13 20:53:19 -07:00
LaTeX.hs LaTeX Reader: Test for ^^ character escapes 2015-04-13 03:22:39 +03:00
Markdown.hs Make sure a closing </div> doesn't get included in a defn list item. 2015-05-03 15:06:40 -07:00
Org.hs Org reader: put header tags into empty spans 2015-05-23 14:06:32 +02:00
RST.hs Update tests 2015-02-18 21:09:07 +00:00
Txt2Tags.hs Update tests 2015-02-18 21:09:07 +00:00