Небольшая поправка
This commit is contained in:
@@ -435,7 +435,6 @@ export default class BookParser {
|
||||
if (tag == 'epigraph' || tag == 'annotation') {
|
||||
italic = false;
|
||||
space -= 1;
|
||||
if (tag == 'annotation')
|
||||
newParagraph();
|
||||
}
|
||||
|
||||
@@ -446,7 +445,6 @@ export default class BookParser {
|
||||
if (tag == 'text-author') {
|
||||
bold = false;
|
||||
space -= 1;
|
||||
newParagraph();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user