Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

iss #727 fix incorrect encoding in link#728

Merged
asmsuechan merged 1 commit into
BoostIO:masterfrom
asmsuechan:iss-727
Jul 25, 2017
Merged

iss #727 fix incorrect encoding in link#728
asmsuechan merged 1 commit into
BoostIO:masterfrom
asmsuechan:iss-727

Conversation

@asmsuechan

Copy link
Copy Markdown
Contributor

context

The path of dropped images was broken on account of markdownit.render(). It encodes \ as %5C so it does not work fine in windows.

before

There's an unexpected decode such as C:%5CUsers%5Ckazup%5CBoostnote%5Cimages%5C2zyil22t058nnrk9.png

image

after

it does not encode src of img.
image

@asmsuechan asmsuechan merged commit 2d6f7c0 into BoostIO:master Jul 25, 2017
@asmsuechan asmsuechan deleted the iss-727 branch July 25, 2017 06:59
@kohei-takata kohei-takata mentioned this pull request Jul 29, 2017
@kazup01 kazup01 mentioned this pull request Jul 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants