Idea: Expand Emmet With Brackets {} and Common Tags

Would love to add traditional Emmet brackets to quickly build and create content.

Example heading {This is a Test} would create a heading element with “This is a a Test” set as content.

It would also be great to map common tags.

Examples > .my_class > p{Test}*3

Output: Div with my_class set as class, nested 3 paragraphs with the word “test” as the content.

Examples:
p{Paragraph} = Text Element with Paragraph set as content.
h1{Heading 1} = Heading Element with “Heading 1” set as content and h1 set as tag.

Common elements to consider mapping.
p, h1 – h6, button, a, ul, li, ol

What do you think about this idea?