Get body text only

pull/206/head
M66B 3 years ago
parent f0215a4e1d
commit a9cfd10b07

@ -2126,7 +2126,7 @@ public class HtmlHelper {
for (Element bq : d.select("blockquote")) for (Element bq : d.select("blockquote"))
bq.prependChild(new TextNode("> ")); bq.prependChild(new TextNode("> "));
return d.text(); return d.body().text();
} }
static String getQuoteStyle(Element e) { static String getQuoteStyle(Element e) {

Loading…
Cancel
Save