htmlark
htmlark copied to clipboard
unescape % in resources when accessing local filesystem
- resolves github issue 7
- the local filesystem doesn't automatically translate % sequences like %20 in resource URIs
- this changeset escapes the string before accessing the filesystem
Signed-off-by: Preston Hunt [email protected]