Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Specify text for multiple siblings with list #131

Open
samurdhilbk opened this issue Aug 14, 2018 · 1 comment
Open

Specify text for multiple siblings with list #131

samurdhilbk opened this issue Aug 14, 2018 · 1 comment

Comments

@samurdhilbk
Copy link

samurdhilbk commented Aug 14, 2018

I'm want to create this simple html with Emmet.

    <td>a</td>
    <td>b</td>
    <td>c</td>

I would imagine it to be possible with a syntax like this.

td{a,b,c}

But this only produces the output of <td>a,b,c</td>, which is not what I desire. Is this at possible with Emmet?

@sergeche
Copy link
Member

sergeche commented Aug 16, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants