micrometa icon indicating copy to clipboard operation
micrometa copied to clipboard

Option to allow HTML in values

Open AlexanderMatveev opened this issue 8 years ago • 1 comments

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 avatar Jun 26 '17 15:06 AlexanderMatveev

Expected output (another variant):

line1 line2 line3 line4

AlexanderMatveev avatar Jun 26 '17 15:06 AlexanderMatveev