From 47bcffec64a47b795fbf593f5a163bc16018eb97 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 6 Jul 2019 18:11:44 +0200 Subject: [PATCH] =?UTF-8?q?Replace=20',=20",=20=C2=B4,=20`,=20=E2=80=99=20?= =?UTF-8?q?and=20#=20in=20tags=20in=20AsciiDoc=20output.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/adoc.cpp | 3 +++ 1 file changed, 3 insertions(+) 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" },