bokuweb / docx-rs

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

Support strike at Run level: add strike() to Run #732

Closed git-noise closed 2 weeks ago

git-noise commented 2 weeks ago

What does this change?

Add support for strike() at the Run level. Attempt to fix https://github.com/bokuweb/docx-rs/issues/647. 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