Переименования, небольшое улучшение html-title

This commit is contained in:
Book Pauk
2020-12-17 23:39:45 +07:00
parent 7a29b16ee8
commit 51ec6a54fa
6 changed files with 11 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ class ConvertFb3 extends ConvertHtml {
.replace(/<subtitle>/g, '<br><br><fb2-subtitle>')
.replace(/<\/subtitle>/g, '</fb2-subtitle>')
;
return await super.run(Buffer.from(text), {skipCheck: true});
return await super.run(Buffer.from(text), {skipHtmlCheck: true});
}
}