I have included the following in my vs-code user settings:
"emmet.includeLanguages": {
"vue-html": "html",
"markdown": "html"
},
"emmet.triggerExpansionOnTab": true,
And would have expected to see emmet working for markdown files as an outcome but I get no suggestions and even if I explicitly press ⌃Space
it just comes up with "No Suggestions".
What else is needed to get emmet in Markdown files?