stable
Clone or download
Read-only
Some elements were hardcoded during the initial implementation but should not be the responsability of the transformation process. The style of the lists as well as which monospace font to use have been extracted and are now an option of the transformation process. The unordered list style do not rely on the default provided by the library anymore to avoid potential changes during an upgrade. No functional changes. Part of story #22569: export `text` fields Change-Id: Id3126b57c975964d986866935f594f97c10716b0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TextContent/transform-html-into-paragraphs.test.ts | +39 | −64 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TextContent/transform-html-into-paragraphs.ts | +9 | −127 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TextContent/transform-large-content-into-paragraphs.test.ts | +8 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts | +5 | −1 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/html-styles.ts | +200 | −0 | Go to diff View file |