The usage of `tablex` shown below has the following (unexpected) output, with one more row than necessary: ```js #tablex( columns: 3, [a], cellx(y: 2)[a] ) ``` 