Closed TheLastZombie closed 3 years ago
Currently, files with spaces in their names won't be linked to correctly:
This PR wraps any links in quotation marks (e. g. href=test file.txt becomes href="test file.txt"), fixing this problem.
href=test file.txt
href="test file.txt"
Ahh good catch! LGTM :shipit:
Currently, files with spaces in their names won't be linked to correctly:
This PR wraps any links in quotation marks (e. g.
href=test file.txt
becomeshref="test file.txt"
), fixing this problem.