Добавлен параметр indentTB, рефакторинг, небольшие доработки граничных случаев

This commit is contained in:
Book Pauk
2019-01-29 14:37:19 +07:00
parent e1bfefc188
commit 57bf25c2d5
4 changed files with 141 additions and 142 deletions

View File

@@ -598,6 +598,8 @@ export default class BookParser {
}
}
if (!result.length)
result = null;
return result;
}
}