Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snippet.md so that images are rendered #2928

Merged
merged 1 commit into from
Jun 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/snippet.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To start using them, type:

Three sources supplement Vetur with scaffold snippets:

![Snippet Main](/images/snippet-main.png)
![Snippet Main](../images/snippet-main.png)

- 💼 Workspace. Located at `<WORKSPACE>/.vscode/vetur/snippets`. These scaffold snippets are only available in the workspace.
- 🗒️ User data directory. You can open the folder with the command `Vetur: Open user scaffold snippet folder`. These scaffold snippets are available in all workspaces.
Expand Down Expand Up @@ -68,7 +68,7 @@ You can customize the suffix and turn sources on/off with `vetur.completion.scaf
}
```

![Snippet Partial](/images/snippet-partial.png)
![Snippet Partial](../images/snippet-partial.png)

#### Snippet Syntax

Expand Down