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

Add support for HTML Entities #143

Closed
layxyer opened this issue Aug 17, 2019 · 2 comments
Closed

Add support for HTML Entities #143

layxyer opened this issue Aug 17, 2019 · 2 comments
Labels
enhancement New feature or request low-priority

Comments

@layxyer
Copy link

layxyer commented Aug 17, 2019

I crawled some html data, “&nbsp” used for content layout, but it seems that the plugin does not support "&nbsp".

@Sub6Resources Sub6Resources changed the title Can you support spaces? Add support for HTML Entities Aug 29, 2019
@Sub6Resources
Copy link
Owner

Sub6Resources commented Aug 29, 2019

Good catch! Yes, this plugin should definitely support   as well as the other named html entities (e.g. ©   < > to name a few). I've renamed this issue to be a bit more general to cover all those cases as well.

@Sub6Resources Sub6Resources added this to the Goals milestone Aug 29, 2019
@erickok
Copy link
Collaborator

erickok commented Feb 8, 2021

This should work now:

<p>Let's &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try this!</p>

Screenshot 2021-02-08 at 16 50 13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority
Projects
None yet
Development

No branches or pull requests

3 participants