pandoc/src/Text/Pandoc
John MacFarlane 4fd9fb9ea2 EPUB: Correctly handle internal links.
Previously they were ignored.  Now all links are preserved,
but purely internal links are modified so that they point
to the proper place in the EPUB.

This is nontrivial, since the heading you refer to in your
markdown source with 'my-section-1' might end up as
'ch16.xhtml#my-section' in the EPUB.

Closes .
2011-12-28 19:40:03 -08:00
..
Readers Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
Writers EPUB: Correctly handle internal links. 2011-12-28 19:40:03 -08:00
Biblio.hs Implemented --citation-abbreviations option. 2011-11-11 17:54:34 -08:00
CharacterReferences.hs Simplified Text.Pandoc.CharacterReferences by using TagSoup entity lookup 2011-01-14 18:28:54 -08:00
Highlighting.hs Added --highlight-style and --no-highlight options. 2011-12-27 23:46:47 -08:00
MIME.hs Added unexported Text.Pandoc.MIME. 2011-07-19 12:01:20 -07:00
Parsing.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
Pretty.hs Pretty: Added chomp combinator. 2011-11-18 13:19:22 -08:00
SelfContained.hs SelfContained: Get mime type from HTTP request if possible. 2011-12-04 15:58:31 -08:00
Shared.hs Added --highlight-style and --no-highlight options. 2011-12-27 23:46:47 -08:00
Templates.hs Use blaze-html instead of xhtml for HTML generation. 2011-12-17 22:46:03 -08:00
UTF8.hs UTF8: Encode filenames. 2011-02-11 18:55:14 -08:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs XML: don't use breaking spaces in attribute lists. 2010-12-21 16:46:21 -08:00