stable

Clone or download

Read-only

Add support for HTML blockquote elements

Content like below should now be distinguishable: ```commonmark > Some quote ``` The blockquote element cannot be semantically represented in OOXML documents so the difference is only made by arbitrary defined styling. Part of story #22569: export `text` fields Change-Id: I4f2e54c49a639f4e01a8f77e85c8888573f0d68b

Modified Files

Name
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/transform-html-into-paragraphs.test.ts +16 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/transform-html-into-paragraphs.ts +22 −2 Go to diff View file