Skip to content

Commit 9eab69c

Browse files
committed
fix(toc): scrolls to section even with accents
* chore(deps): bump tocbot to 4.21.0
1 parent acd3c1a commit 9eab69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{!-- Theme assets - use the {asset} helper to reference styles & scripts,
1313
this will take care of caching and cache-busting automatically --}}
1414
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}" />
15-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.18.2/tocbot.css">
15+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.21.0/tocbot.css">
1616
<style>
1717
.gh-content {
1818
position: relative;
@@ -190,7 +190,7 @@ $(document).ready(function () {
190190
});
191191
</script>
192192

193-
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.18.2/tocbot.min.js"></script>
193+
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.21.0/tocbot.min.js"></script>
194194
{{! Initialize Tocbot after you load the script }}
195195
<script>
196196
tocbot.init({

0 commit comments

Comments
 (0)