I am having issues to get the piece of code in my snippet whith the html labels
This is my snippet and what I hope to get when I write “html-em” in my html file : { “HTML EM template”: { “prefix”: “html-em”, “body”: [ My Website </head> <body> <main> <h1>Welcome to My Website</h1> </main> </body> </html> ] “description”: “HTML Template Base for English Menu” } } This is what I am […]