bokuweb / docx-rs

:memo: A .docx file writer with Rust/WebAssembly.
https://bokuweb.github.io/docx-rs/
MIT License
341 stars 59 forks source link

Fix pstyle serialization within Level #738

Closed git-noise closed 2 months ago

git-noise commented 2 months ago

What does this change?

Fix ParagraphStyle handling within a Level. Attempts to fix https://github.com/bokuweb/docx-rs/issues/737. This focuses on the rust-side of the code - i.e docx-core - but docx-wasm tests seem to pass.

References

Screenshots

Not applicable

What can I check for bug fixes?

Not applicable