From 724b539542df43dc07960c3af02d4e8f11e0f5a5 Mon Sep 17 00:00:00 2001 From: spotikhanov Date: Sat, 4 Jan 2025 13:00:33 +0300 Subject: [PATCH] Add example of link with dollar sign (#21466) --- crates/markdown/examples/markdown.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/markdown/examples/markdown.rs b/crates/markdown/examples/markdown.rs index 30cbc64736bd4..643a54b54e12e 100644 --- a/crates/markdown/examples/markdown.rs +++ b/crates/markdown/examples/markdown.rs @@ -51,6 +51,12 @@ Links are created using the format [http://zed.dev](https://zed.dev). They can also be detected automatically, for example https://zed.dev/blog. +They may contain dollar signs: + +[https://svelte.dev/docs/svelte/$state](https://svelte.dev/docs/svelte/$state) + +https://svelte.dev/docs/svelte/$state + ## Images Images are like links, but with an exclamation mark `!` in front.