diff --git a/lib/convert.js b/lib/convert.js index 7a1a1c9..2708a71 100644 --- a/lib/convert.js +++ b/lib/convert.js @@ -433,6 +433,7 @@ function getBodyXML(chapter, contentEl) { xml = xml.replace(/golden skinned/g, "golden-skinned"); xml = xml.replace(/creepy crawl/g, "creepy-crawl"); xml = xml.replace(/well armed/g, "well-armed"); + xml = xml.replace(/able bodied/g, "able-bodied"); // One-off fixes (substitutions[chapter.url] || []).forEach(substitution => {