Skip to content

Commit 3e1fdef

Browse files
update readme
1 parent 7a199f8 commit 3e1fdef

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,17 @@ Once installed, you can use the following snippets by typing their prefix and hi
3434

3535
- !html5: Inserts a basic HTML5 boilerplate structure.
3636
- !!html5: Inserts a advanced HTML5 boilerplate structure.
37-
- link: Adds an HTML <link> tag for including an external stylesheet.
38-
- div: Inserts a <div> tag.
39-
- a: Inserts an <a> tag for links.
40-
- img: Adds an <img> tag for image.
41-
- button: Inserts a <button> tag.
37+
- link: Adds an HTML &lt;link&gt; tag for including an external stylesheet.
38+
- div: Inserts a &lt;div&gt; tag.
39+
- a: Inserts an &lt;a&gt; tag for links.
40+
- img: Adds an &lt;img&gt; tag for images.
41+
- button: Inserts a &lt;button&gt; tag.
42+
43+
### Example:
44+
1. In an HTML file, type !html5 and press Tab.
45+
2. The following code will be inserted:
46+
47+
![Code](images/code.png)
4248

4349
## How to Contribute
4450
We welcome contributions to this extension! If you would like to add more snippets or improve the extension, feel free to fork the repository, make changes, and submit a pull request.

0 commit comments

Comments
 (0)