mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Fix annotation text
This commit is contained in:
@@ -29,4 +29,8 @@ pub fn fix_annotation_text(text: &str) -> String {
|
||||
.replace("[hr]", "")
|
||||
.replace("\\\"", "\"")
|
||||
.replace("\\'", "'")
|
||||
.replace("<p class=\"book\">", "")
|
||||
.replace("</p>", "")
|
||||
.replace("<br>", "\n")
|
||||
.replace("\\n", "\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user