Skip to content

Commit 1d18472

Browse files
committed
fix(image): images rendering as links
1 parent 3717b8f commit 1d18472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/build-a-tts-app-with-web-browsers/build-a-tts-app-with-web-browsers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Open **starter/style.cs** to see the complete styling. It includes responsive de
109109

110110
Take a look at the image below for your reference about what the starter code looks like when rendered in the browser:
111111

112-
[App view](https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/projects%2Fbuild-a-tts-app-with-web-browsers%2Fimage_1.png?alt=media&token=4882f4ea-5871-4eaa-962e-4cb713f95080)
112+
![App view](https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/projects%2Fbuild-a-tts-app-with-web-browsers%2Fimage_1.png?alt=media&token=4882f4ea-5871-4eaa-962e-4cb713f95080)
113113

114114
### Step 3: Load Available Voices
115115

@@ -193,7 +193,7 @@ document.addEventListener("DOMContentLoaded", init);
193193

194194
We call `loadVoices()` immediately (works in Firefox/Safari), and also listen for `voiceschanged` (needed for Chrome). This way it works across all browsers.
195195

196-
[browser voices](https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/projects%2Fbuild-a-tts-app-with-web-browsers%2Fvoices.png?alt=media&token=fd929bb8-1259-4676-996e-83bb92111c66)
196+
![browser voices](https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/projects%2Fbuild-a-tts-app-with-web-browsers%2Fvoices.png?alt=media&token=fd929bb8-1259-4676-996e-83bb92111c66)
197197

198198
### Step 4: Implement Character Counter
199199

0 commit comments

Comments
 (0)