Skip to content

Commit

Permalink
Fix ToC anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Jul 3, 2022
1 parent fe9075c commit 0442155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions examples.md
@@ -1,18 +1,18 @@
# Examples

[concatAll](#concatAll)
[concatAll](#concatall)
·
[debounce](#debounce)
·
[exhaustAll](#exhaustAll)
[exhaustAll](#exhaustall)
·
[onErrorResumeNext](#onErrorResumeNext)
[onErrorResumeNext](#onerrorresumenext)
·
[pluck](#pluck)
·
[skipUntil](#skipUntil)
[skipUntil](#skipuntil)
·
[zipAll](#zipAll)
[zipAll](#zipall)

## concatAll

Expand Down
2 changes: 1 addition & 1 deletion packages/swirly-examples/scripts/build-markdown.sh
Expand Up @@ -20,7 +20,7 @@ echo "Rendering examples.md"
else
sep=1
fi
echo "[$name](#$name)"
echo "[$name](#${name,,})"
done
echo
for name in $names; do
Expand Down

1 comment on commit 0442155

@vercel
Copy link

@vercel vercel bot commented on 0442155 Jul 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

swirly – ./

swirly-timdp.vercel.app
swirly.vercel.app
swirly-git-main-timdp.vercel.app
swirly.dev
swirly.tmdpw.eu

Please sign in to comment.