Replace ', ", ´, `, ’ and # in tags in AsciiDoc output.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-07-06 18:11:44 +02:00
parent be23e8e917
commit 47bcffec64
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ const string Export::AsciiDoc::replace_in_tag(const string &text) const
{ "&", "-" }, { "/", "-" },
{ "=", "-" }, { "^", "-" },
{ "!", "-" }, { "?", "-" },
{ "'", "-" }, { "\"", "-" },
{ "´", "-" }, { "`", "-" },
{ "", "-" }, { "#", "-" },
{ "", "0" }, { "", "0" },
{ "", "1" }, { "¹", "1" },
{ "", "2" }, { "²", "2" },