diff --git a/gh-md-toc b/gh-md-toc index 1061b0c..4eba1bb 100755 --- a/gh-md-toc +++ b/gh-md-toc @@ -207,7 +207,7 @@ gh_toc_grab() { res = " " } else { if (c == "%") { - res = "\\\\x" + res = "\\x" } else { res = c "" }