Make tableHeader and tableCell write empty attrs map / table parser to add default attributes

Issue #41 closed
Craig Lawrence created an issue

We have a repeat of the codeBlock problem:
https://bitbucket.org/atlassian/adf-builder-java/issues/29/make-codeblock-write-empty-attrs-map
https://bitbucket.org/atlassian/adf-builder-java/pull-requests/32

These node types produce empty attrs when converted to ADF using the Typescript transformer:

We also see a repeat of the ListBuilder.OMIT_ORDER problem where default attributes are added by the Typescript transformer, so replicate this behind a similar parser FF.

Comments (4)

  1. Log in to comment