Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iss #809 normalize text works only in img tag #816

Merged
merged 1 commit into from Aug 19, 2017
Merged

iss #809 normalize text works only in img tag #816

merged 1 commit into from Aug 19, 2017

Conversation

asmsuechan
Copy link
Contributor

context

I change normalizeTextLinkworks in only img tags.

before

The entities encoded even if they're not links.

%A0
%AB

image

ref: #809

after

%00
%AA

![img](C:\Users\asmsuechan\images\aaaa.png)

image

For tests

  • An image link is inserted properly on windows
  • %AA is rendered as %AA not

refs

#728
#809

@asmsuechan asmsuechan changed the title iss #809 normalize text only in img tag iss #809 normalize text works only in img tag Aug 19, 2017
@asmsuechan asmsuechan merged commit acba61f into BoostIO:master Aug 19, 2017
@asmsuechan asmsuechan deleted the iss-809 branch August 19, 2017 00:44
@kazup01 kazup01 mentioned this pull request Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants