### Eclipse Workspace Patch 1.0 #P jrst Index: src/main/java/org/nuiton/jrst/JRSTReader.java =================================================================== --- src/main/java/org/nuiton/jrst/JRSTReader.java (revision 546) +++ src/main/java/org/nuiton/jrst/JRSTReader.java (working copy) @@ -2264,8 +2264,8 @@ String txtFin = text.substring(matcher.end(), text.length()); String ref = text.substring(matcher.start(), matcher.end() - 1); - ref = ref.replaceAll("('|_)", ""); ref = StringEscapeUtils.unescapeXml(ref); + ref = ref.replaceAll("('|_)", ""); ref = ref.replaceAll("`", ""); Element hyper = DocumentHelper.createElement("reference"); hyper.addAttribute("name", ref);