Улучшение конвертирования html->fb2

This commit is contained in:
Book Pauk
2019-11-24 15:36:11 +07:00
parent 06fffdccc8
commit 53d9f5ddc6
3 changed files with 12 additions and 1 deletions

View File

@@ -240,6 +240,7 @@ export default class BookParser {
newParagraph(' ', 1);
isFirstTitlePara = true;
bold = true;
center = true;
}
if (tag == 'epigraph') {
@@ -282,6 +283,7 @@ export default class BookParser {
if (tag == 'subtitle') {
isFirstTitlePara = false;
bold = false;
center = false;
}
if (tag == 'epigraph') {