Typescript builds empty content arrays in paragraphs

Issue #51 resolved
Craig Lawrence created an issue

CS generates ADF paragraph nodes containing empty content arrays, so we should match that temporarily for the rollout.

e.g.

  • Request |a| |b|
  • CS {"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[]}
  • Lib {"type":"tableCell","attrs":{},"content":[{"type":"paragraph"}

Comments (1)

  1. Log in to comment