Skip to content

Commit

Permalink
Word Export LT-21830: Fix indentation issues (#147)
Browse files Browse the repository at this point in the history
Many of the code changes were a result of Word not allowing
nested paragraphs.  As a result, all paragraphs need to be moved
to first level elements in the Body.
- Add paragraphs instead of starting a new line.
- Nested content like sub-senses still result in a new
  paragraph.
- Removed condition from GenerateWordStyleFromLcmStyleSheet()
  that was preventing nodes under senses from indenting
  correctly (examples).
- The basedOn value can now come from either the styles basedOn
  value or from the parent node.
  • Loading branch information
mark-sil authored Sep 3, 2024
1 parent 8251810 commit 2ab9847
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 184 deletions.
Loading

0 comments on commit 2ab9847

Please sign in to comment.