section > div > heading = works fine, BUT I want to add text, as in content into the emmet created elements. how to make anything like the below work fine?
section > div > heading[text=11111] = no error but not workign
section > div > heading[text=‘11111’] = no errror not working
section > div > heading[“text”=“11111”] = no errror not working
section > div > heading.[text=11111] = no errror not working
section > div > heading{text=11111} = error: element doesn’t exist
section > div > heading.{text=11111} = no errror not working
I’m assuming this can be done, but dont’ know the sytnax???