https://bugs.documentfoundation.org/show_bug.cgi?id=171037
Bug ID: 171037
Summary: [FILESAVE] Alt text with new line in Word document is
reported as is in the markdown file
Product: LibreOffice
Version: 26.2.0.3 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
The Writer export to the markdown format generates an invalid markdown image
field if the alt text contains new line char.
Example:
![Immagine che contiene testo, Carattere, linea, schermata
Il contenuto generato dall'IA potrebbe non essere corretto.]
Steps to Reproduce:
1. create a doc
2. add an image with an alt text that contains a new line
3. save as Markdown
Actual Results:
The markdown image is broken
Expected Results:
Show a warning or replace the new line with a space char.
Reproducible: Always
User Profile Reset: No
Additional Info:
Also the command line could write a Warning in case of not compliant markdown
file produced.
--
You are receiving this mail because:
You are the assignee for the bug.