Skip to content

EPUB reader mangles URLs #2284

Closed
jgm opened this Issue · 6 comments

2 participants

@jgm
Owner
jgm commented

To see this, do

pandoc README -o r.epub
pandoc r.epub -t markdown

and look at the links at the beginning.

Culprit seems to be

  . (walk normalisePath)

in fixInternalReferences, but I couldn't figure out what this was for. @mpickering, can you shed any light/fix?

@mpickering
Collaborator
@jgm
Owner
@mpickering
Collaborator
@jgm
Owner
@jgm
Owner
jgm commented

@mpickering, have you had a chance to think about this? It would be nice to fix this bug.

@jgm jgm added the bug label
@mpickering
Collaborator
@jgm jgm added a commit that closed this issue
@jgm EPUB reader: stop mangling external URLs.
Closes #2284.

Note the changes to the test suite. In each case, a mangled
external link has been fixed, so these are all positive.
7b8c005
@jgm jgm closed this in 7b8c005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.