document:
  nodes:
    - object: block
      type: paragraph
      nodes:
        - object: text
          leaves:
            - text: 'Some image with attributes '
        - object: inline
          type: html
          isVoid: true
          data:
            openingTag: >-
              <img src="images/foo.png" alt="foo" width="111" style="margin: 0
              auto; display: block">
            innerHtml: ''
            closingTag: ''
        - object: text
          leaves:
            - text: ''
