table-attrs-last-row-noop

Empty {} is no-op on Table; preceding {.a} goes to Row

§4.8 · source

Input

| td1 | td2 | {.a}{}

Output AST

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