diff --git a/Readability-readerable.js b/Readability-readerable.js index fa24803c..1962b8eb 100644 --- a/Readability-readerable.js +++ b/Readability-readerable.js @@ -63,7 +63,7 @@ function isProbablyReaderable(doc, options = {}) { }; options = Object.assign(defaultOptions, options); - var nodes = doc.querySelectorAll("p, pre, article"); + var nodes = doc.querySelectorAll("p, pre, blockquote, article"); // Get
nodes which have
node(s) and append them into the `nodes` variable. // Some articles' DOM structures might look like