优化
@ -36,7 +36,7 @@ object HtmlFormatter {
val urlBefore = url.substringBefore(',')
val strBefore = keepImgHtml.substring(appendPos, matcher.start())
sb.append(
if(strBefore.isBlank()) strBefore else strBefore.replace("\n", "\n ") //缩进图片之间的非空白段落
if(strBefore.isBlank()) '\n' else strBefore.replace("\n", "\n ") //缩进图片之间的非空白段落
)
"<img src=\"${