pandoc/tests/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
..
Readers Org reader: put header tags into empty spans 2015-05-23 14:06:32 +02:00
Writers Markdown writer: improved escaping. 2015-04-18 10:58:50 -07:00
Arbitrary.hs Added Cite to Arbitrary instance. 2014-04-29 18:32:42 -07:00
Helpers.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Old.hs Update tests 2015-02-18 21:09:07 +00:00
Shared.hs Shared: Make collapseFilePath OS-agnostic 2014-09-25 12:42:53 +01:00
Walk.hs HLint: Remove lambdas. 2013-12-19 20:28:53 -05:00