This commit is contained in:
gedoor 2021-10-15 19:03:52 +08:00
parent 3cd9b379c6
commit 60f84c7119

View File

@ -114,7 +114,7 @@ class ContentProcessor private constructor(
it.code <= 0x20 || it == ' '
}
if (paragraph.isNotEmpty()) {
if (contents.isEmpty()) {
if (contents.isEmpty() && includeTitle) {
contents.add(paragraph)
} else {
contents.add("${ReadBookConfig.paragraphIndent}$paragraph")