5 July 2021 - accordproject/cicero-word-add-in GitHub Wiki

  1. Rewrite the OOXML->CiceroMark transformer handled in the PR.
  2. Handle the build failure in the PR

OOXML->CiceroMark Rewrite

Nesting logic could not be incorporated in the previous transformer. Hence a rewrite. DFS approach to traverse the nodes. Nodes are created by OOXML entered.

  1. Add text transformer.
  2. Add emphasis transformer.
  3. Add heading transformer.
  4. Add variable transformer.
  5. Add softbreak transformer.
  6. Add strong transformer.