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