Skip to content

Commit 8c08a70

Browse files
committed
Remove duplicated backslash escape stopping utf8 chars decodding
1 parent d883e0b commit 8c08a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-md-toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ gh_toc_grab() {
207207
res = " "
208208
} else {
209209
if (c == "%") {
210-
res = "\\\\x"
210+
res = "\\x"
211211
} else {
212212
res = c ""
213213
}

0 commit comments

Comments
 (0)