Поправки форматирования fb2

This commit is contained in:
Book Pauk
2019-02-23 20:45:21 +07:00
parent a75590c493
commit 69afd7720a
2 changed files with 9 additions and 5 deletions

View File

@@ -263,13 +263,13 @@ class BookConverter {
};
const growParagraph = (text) => {
if (!node._p)
openTag('p');
if (node._n == 'p' && node._a.length == 0)
text = text.trimLeft();
node._a.push({_t: text});
};
openTag('p');
const onStartNode = (elemName, tail, singleTag, cutCounter, cutTag) => {// eslint-disable-line no-unused-vars
if (elemName == '')
return;