- πΊπΈUnited States mark_fullmer Tucson
I believe the original poster is specifically talking about the removal of newlines and non-breaking spaces, given the output they've provided. Since this module is currently designed explicitly to strip out these things, the module maintainers will need to decide whether preserving newlines and spaces is a valid request.
Code reference: https://git.drupalcode.org/project/addtocal_augment/-/blob/1.1.x/src/Plu...
Leaving as "Active," updating the title slightly to clarify the newline/spaces focus.
- πΊπΈUnited States mark_fullmer Tucson
Since this module is currently designed explicitly to strip out these things, the module maintainers will need to decide whether preserving newlines and spaces is a valid request.
After further thought on this, I think the best path forward is to provide a new opt-in option to "Preserve line breaks" in the formatter configuration. I've updated this issue to characterise it as a "Feature request" rather than a bug and outlined the work involved.
- Merge request !10Issue #3281181 by mark_fullmer, chanelwheeler: Add option to preserve newlines β (Merged) created by mark_fullmer
- Status changed to Needs review
about 1 year ago 8:27pm 26 January 2024 - πΊπΈUnited States mark_fullmer Tucson
The merge request above adds a new option, "Preserve linebreaks and non-breaking spaces," for the event description. This is an opt-in setting, so existing integrations will not automatically see any change.
Test coverage added, demonstrating fix. I've also tested this in Google Calendar and Outlook (for Mac) successfully.
-
mark_fullmer β
committed a82ca94f on 1.1.x
Issue #3281181: Add option to preserve newlines and non-breaking spaces
-
mark_fullmer β
committed a82ca94f on 1.1.x
- Status changed to Fixed
about 1 year ago 4:38pm 29 January 2024 - πΊπΈUnited States mark_fullmer Tucson
I feel comfortable to proceed with merging this, given that this is a valuable feature and that the implementation is such that it will not adversely affect existing installations, being opt-in. Merging & marking as 'Fixed'!
- 90e7ac41 committed on 1.1.x
Issue #3281181 by mark_fullmer: Prevent PHP warning on sites that have...
- 90e7ac41 committed on 1.1.x
Automatically closed - issue fixed for 2 weeks with no activity.