urllib-based solution
This commit is contained in:
parent
24232abf45
commit
cbaaf2761d
@ -79,7 +79,7 @@ class PandocReader(BaseReader):
|
|||||||
if status:
|
if status:
|
||||||
raise subprocess.CalledProcessError(status, pandoc_cmd)
|
raise subprocess.CalledProcessError(status, pandoc_cmd)
|
||||||
|
|
||||||
return output, metadata
|
return urllib.parse.unquote(output), metadata
|
||||||
|
|
||||||
|
|
||||||
def add_reader(readers):
|
def add_reader(readers):
|
||||||
|
Loading…
Reference in New Issue
Block a user