如何在 Emmet 中乘以文本?例如,
div{Some Text} where Some Text repeats in div
div{Some Text*3} and div{Some Text}*3 do not work.
should output
<div>
Some Text
Some Text
Some Text
</div>
如何在 Emmet 中乘以文本?例如,
div{Some Text} where Some Text repeats in div
div{Some Text*3} and div{Some Text}*3 do not work.
should output
<div>
Some Text
Some Text
Some Text
</div>