Skip to content

Commit 109a90d

Browse files
authored
Merge pull request #109 from zeitounator/fix/utf8-toc-generation-bug
utf8 toc generation bug
2 parents d883e0b + 8c08a70 commit 109a90d

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)