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

Option to allow HTML in values #22

Open
AlexanderMatveev opened this issue Jun 26, 2017 · 1 comment
Open

Option to allow HTML in values #22

AlexanderMatveev opened this issue Jun 26, 2017 · 1 comment

Comments

@AlexanderMatveev
Copy link

AlexanderMatveev commented Jun 26, 2017

There are some cases when allowing HTML in values is expected.

Example input:

<div itemprop="description">line1<br>line2<br>line3<p>line4</p></div>

Output:

line1line2line3line4

Expected output:

line1<br>line2<br>line3<p>line4</p>
@AlexanderMatveev
Copy link
Author

Expected output (another variant):

line1 line2 line3 line4

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

No branches or pull requests

1 participant