textBody is limited to the first element found in content. Is it on purpose ? src/readability.js ```javascript Readability.prototype.getTextBody = function(notDeprecated) { […] var rootElement = articleContent.childNodes[0]; ```