Доделки

This commit is contained in:
Book Pauk
2019-02-08 16:39:49 +07:00
parent e1cdff0c40
commit 586ef50363

View File

@@ -105,11 +105,13 @@ export default class BookParser {
}
if (tag == 'title') {
newParagraph(' ', 1);
bold = true;
center = true;
}
if (tag == 'subtitle') {
newParagraph(' ', 1);
bold = true;
}