Skip to content

Commit

Permalink
Remove duplicated backslash escape stopping utf8 chars decodding
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitounator committed Feb 1, 2021
1 parent d883e0b commit 8c08a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-md-toc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ gh_toc_grab() {
res = " "
} else {
if (c == "%") {
res = "\\\\x"
res = "\\x"
} else {
res = c ""
}
Expand Down

0 comments on commit 8c08a70

Please sign in to comment.