table-attrs-last-row-single

Single {} on last row goes to Table

§4.8

Input

| td1 | td2 | {.a}

Output AST

- type: Table
  kind: pipe
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: td1
        - type: Cell
          children:
            - type: Text
              value: td2
  attributes:
    - key: class
      value:
        - a