Skip to content

Commit d6d5cf5

Browse files
committed
📝 use markdown image syntax for README screenshots
1 parent d4be939 commit d6d5cf5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Force VS Code to use a specific color theme:
7272
<Editor session="demo" colorScheme="dark" />
7373
```
7474

75-
<img width="2668" height="1544" alt="A VS Code editor with the dark color theme applied inside a Slidev slide" src="https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/dark-theme.png" />
75+
![A VS Code editor with the dark color theme applied inside a Slidev slide](https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/dark-theme.png)
7676

7777
If omitted, the color scheme automatically follows your Slidev presentation's `colorSchema` setting.
7878

@@ -91,7 +91,7 @@ livecode:
9191
zoom: 0.8
9292
```
9393
94-
<img width="2668" height="1548" alt="A VS Code editor scaled to 80% inside a Slidev slide" src="https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/zoom.png" />
94+
![A VS Code editor scaled to 80% inside a Slidev slide](https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/zoom.png)
9595
9696
## 🔬 Presentation mode
9797
@@ -107,7 +107,7 @@ Clean up the VS Code UI for a focused demo — hide distractions and increase th
107107
/>
108108
```
109109

110-
<img width="2668" height="1544" alt="A VS Code editor with the activity bar, minimap and status bar hidden" src="https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/presentation.png" />
110+
![A VS Code editor with the activity bar, minimap and status bar hidden](https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/presentation.png)
111111

112112
## 🎨 Custom style
113113

@@ -153,7 +153,7 @@ By default, navigating away from a slide stops the session. Use `persist` to kee
153153

154154
The session survives slide changes and resumes instantly when you come back.
155155

156-
<img width="1832" height="1080" alt="Two Slidev slides showing the same VS Code session with state preserved after navigation" src="https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/persist.gif" />
156+
![Two Slidev slides showing the same VS Code session with state preserved after navigation](https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/persist.gif)
157157

158158
## ⚙️ Deck-level config
159159

0 commit comments

Comments
 (0)