pandoc/tests/Tests/Readers
Albert Krewinkel 8726eebcd3 Org reader: Add support for custom link types
Org allows users to define their own custom link types.  E.g., in a
document with a lot of links to Wikipedia articles, one can define a
custom wikipedia link-type via

    #+LINK: wp https://en.wikipedia.org/wiki/

This allows to write [[wp:Org_mode][Org-mode]] instead of the
equivallent [[https://en.wikipedia.org/wiki/Org_mode][Org-mode]].
2014-05-01 11:50:32 +02:00
..
LaTeX.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Markdown.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Org.hs Org reader: Add support for custom link types 2014-05-01 11:50:32 +02:00
RST.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00