diff --git a/tools/emmet.md b/tools/emmet.md index 7c25c24..41fcbb2 100644 --- a/tools/emmet.md +++ b/tools/emmet.md @@ -76,3 +76,27 @@ Items can be multiplied by `*`
  • ``` + +### Grouping +Items can be grouped together using `()` + +`table>(tr>th*5)+tr>t*5` + +```html + + + + + + + + + + + + + + + +
    +```