Skip to content

5 July 2021

Kushal Kumar edited this page Jul 5, 2021 · 1 revision
  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.