sveltejs / svelte.dev

The Svelte omnisite
https://svelte.dev
111 stars 72 forks source link

Inconsistent backticks in right nav #655

Open benmccann opened 1 month ago

benmccann commented 1 month ago

afterUpdate has backticks, but not beforeUpdate: https://svelte.dev/docs/svelte/lifecycle-hooks#Deprecated:-beforeUpdate-afterUpdate

benmccann commented 1 week ago

The markdown has backticks for both. I guess the processing must be removing only the first occurrence:

https://github.com/sveltejs/svelte/blob/033061842d463c1db9a0ebed3b27a2ab5b7fddb7/documentation/docs/06-runtime/03-lifecycle-hooks.md?plain=1#L81