https://bugs.documentfoundation.org/show_bug.cgi?id=172526
--- Comment #1 from [email protected] --- Created attachment 207495 --> https://bugs.documentfoundation.org/attachment.cgi?id=207495&action=edit Minimal reproducer for Markdown export rewriting unordered list markers. Attached a minimal Markdown testcase. The original Markdown uses asterisk (*) markers for unordered lists. After export, LibreOffice rewrites all list items using hyphen (-) markers. The exported document remains semantically equivalent, but the original Markdown source is not preserved. This appears to be a normalization step performed by the exporter and may be considered acceptable behavior. However, preserving the original marker would improve Markdown round-trip fidelity and allow Markdown → ODT → Markdown conversions to remain closer to the original source when no user modifications were made. -- You are receiving this mail because: You are the assignee for the bug.
