Do not encode file path in URL

If the file path is encoded relative links cannot be resolved, e.g.
a file 'foo/bar.md' which contains a relative link to 'foo/other.md'
as '[other](other.md)' would be resolved to 'other.md' instead of
'foo/other.md' (because '/' in the URL of 'foo/bar.md' is encoded as
'%2F').

Change-Id: I6eecdec621caa88893f98f5b1330138f861b1f8c
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
10 files changed
tree: ac1d65ec6f56194fd2caba29757cf798ac3d0557
  1. .settings/
  2. lib/
  3. src/
  4. .buckconfig
  5. .gitignore
  6. BUCK
  7. LICENSE
  8. pom.xml
  9. VERSION