diff --git a/lib/convert-worker.js b/lib/convert-worker.js
index 50d8eda..92e1821 100644
--- a/lib/convert-worker.js
+++ b/lib/convert-worker.js
@@ -208,6 +208,7 @@ function getBodyXML(chapter, book, contentEl) {
xml = xml.replace(/@<\/strong>/g, "@");
xml = xml.replace(/
(\s*)<\/strong>/g, "
$1");
xml = xml.replace(/(\s*)<\/strong>/g, "$1");
+ xml = xml.replace(/>(.*)<\/strong>:$1:");
// No need for line breaks before paragraph ends
// These often occur with the
s inside /// fixed above.