diff --git a/lib/convert.js b/lib/convert.js index b422d37..a6803b2 100644 --- a/lib/convert.js +++ b/lib/convert.js @@ -237,6 +237,7 @@ function getBodyXML(chapter, contentEl) { // These are usually not italicized, but sometimes are. Other foreign-language names (like Yàngbǎn) are not // italicized, so we go in the direction of removing the italics. + xml = xml.replace(/Garama<\/em>/g, "Garama"); xml = xml.replace(/Thanda<\/em>/g, "Thanda"); xml = xml.replace(/Sifara([^<]*)<\/em>/g, "Sifara$1");