diff --git a/_includes/refactor-content.html b/_includes/refactor-content.html
index dd09205..83329b3 100644
--- a/_includes/refactor-content.html
+++ b/_includes/refactor-content.html
@@ -217,7 +217,7 @@
{% assign left = left | replace: '">', '">' | append: '' %}
{% assign _new_content = _new_content | append: mark_start
- | append: left | append: anchor | append: mark_end | append: right
+ | append: left | append: anchor | append: right
%}
{% endfor %}