diff --git a/script.js b/script.js index 52327eb..1aa5503 100644 --- a/script.js +++ b/script.js @@ -277,7 +277,7 @@ Create bullet points: Add a [link](https://github.com/ThisIs-Developer/Markdown-Viewer) to important resources. Embed an image: -![Markdown Logo](https://example.com/logo.png) +![Markdown Logo](https://markdownviewer.pages.dev/assets/icon.jpg) ### **Blockquotes** @@ -2022,4 +2022,4 @@ This is a fully client-side application. Your content never leaves your browser container.appendChild(toolbar); }); } -}); \ No newline at end of file +});