pandoc/src/Text/Pandoc/Readers
John MacFarlane 563c9c8687 RST reader: Handle chained link definitions.
For example,

    .. _hello:
    .. _goodbye: example.com

Here both `hello` and `goodbye` should link to `example.com`.

Fixes the first part of #262.
2017-06-27 14:35:03 +02:00
..
Docx Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Odt Odt reader: replaced collectRights with rights from Data.Either. 2017-06-20 22:43:06 +02:00
Org Improve code style in lua and org modules 2017-06-03 13:35:19 +02:00
CommonMark.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
DocBook.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
Docx.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
EPUB.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
Haddock.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
HTML.hs HTML reader: Use the lang value of <html> to set the lang meta value. (#3765) 2017-06-27 10:19:37 +02:00
LaTeX.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
Markdown.hs Added comment in source. 2017-06-23 22:36:43 +02:00
MediaWiki.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
Muse.hs Muse reader: fix horizontal rule parsing (#3762) 2017-06-26 08:41:17 +02:00
Native.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
Odt.hs Readers: pass errors straight up to PandocMonad. 2017-01-25 17:07:40 +01:00
OPML.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
Org.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
RST.hs RST reader: Handle chained link definitions. 2017-06-27 14:35:03 +02:00
Textile.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
TWiki.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
Txt2Tags.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00
Vimwiki.hs minor updates to vimwiki reader. (#3759) 2017-06-26 08:41:51 +02:00