Skip to content

Commit 7275a96

Browse files
committed
⬆️ 升级编辑器 #191
1 parent caf69c3 commit 7275a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/b3log/solo/util/Markdowns.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public void tail(org.jsoup.nodes.Node node, int depth) {
257257
doc.outputSettings().prettyPrint(false);
258258
Images.qiniuImgProcessing(doc);
259259

260-
String ret = doc.html();
260+
String ret = doc.body().html();
261261
ret = StringUtils.trim(ret);
262262

263263
// cache it

0 commit comments

Comments
 (0)