You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the following excerpt from test case 001
"<blockquote><p>Drinking game for web devs:<br/>(1) Think of a noun<br/>(2) Google "<noun>.js"<br/>(3) If a library with that name exists - drink</p>— Shay Friedman (@ironshay) <a href=\"https://twitter.com/ironshay/statuses/370525864523743232\">August 22, 2013</a></blockquote>"|>Readability.article|>Readability.readable_html
returns
"<div><div><p>Drinking game for web devs:<br/>(1) Think of a noun<br/>(2) Google \"<noun>.js\"<br/>(3) If a library with that name exists - drink</p>— Shay Friedman (@ironshay) <ahref=\"https://twitter.com/ironshay/statuses/370525864523743232\">August 22, 2013</a></div></div>"
Notice the angle brackets around noun and not HTML escaped.
This also causes a problem with HTML code fragment down on the page.
The text was updated successfully, but these errors were encountered:
For example, the following excerpt from test case 001
returns
Notice the angle brackets around
noun
and not HTML escaped.This also causes a problem with HTML code fragment down on the page.
The text was updated successfully, but these errors were encountered: