You can nest groups inside each other and
combine them with multiplication '*' operator:
>
(div>dl>(dt+dd)*3)+footer>p
<
produces
>
<div>
<dl>
<dt></dt>
<dd></dd>
<dt></dt>
<dd></dd>
<dt></dt>
<dd></dd>
</dl>
</div>
<footer>
<p></p>
</footer>
Actual:
Error detected while processing function emmet#expandAbbr..emmt#parseIntoTree..emmet#lang#html#parseIntoTree:
line 333:
E121: Undefined variable: nc:
According to help:
Actual: