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
Three tests were asserting Readability would strip nav elements
from minimal HTML, but Readability needs sufficient text content
to identify chrome vs. content. Fixes:
- XHTML test: disable Readability (tests content-type routing, not extraction)
- extractMainContent defaults on: use realistic HTML with enough body text
- metadata integration: check article content instead of nav stripping
body: '<html><body><nav><a href="/">Home</a><a href="/about">About</a></nav><article><h1>Article Title</h1><p>This is a longer article body with enough text for Readability to identify it as the main content of the page.</p></article></body></html>',
0 commit comments