diff --git a/src/adoc.cpp b/src/adoc.cpp index cf4be20..dce9b6c 100644 --- a/src/adoc.cpp +++ b/src/adoc.cpp @@ -147,6 +147,9 @@ const string Export::AsciiDoc::replace_in_tag(const string &text) const { "&", "-" }, { "/", "-" }, { "=", "-" }, { "^", "-" }, { "!", "-" }, { "?", "-" }, + { "'", "-" }, { "\"", "-" }, + { "´", "-" }, { "`", "-" }, + { "’", "-" }, { "#", "-" }, { "₀", "0" }, { "⁰", "0" }, { "₁", "1" }, { "¹", "1" }, { "₂", "2" }, { "²", "2" },