https://bugs.documentfoundation.org/show_bug.cgi?id=172527
Bug ID: 172527
Summary: Markdown emphasis is imported as direct formatting
instead of semantic character styles
Product: LibreOffice
Version: 26.2.4.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: filters and storage
Assignee: [email protected]
Reporter: [email protected]
Description:
Markdown emphasis markers are imported as direct formatting rather than being
mapped to Writer character styles.
Steps to Reproduce:
1) Save as markdown file (input.md) with notepad.
_Italic emphasis_
__Strong emphasis__
*Italic emphasis*
**Strong emphasis**
2) Open LibreOffice
Actual Results:
The content is imported using direct formatting only.
The semantic distinction between emphasis and manually applied formatting is
lost.
Expected Results:
The imported content should be associated with semantic character styles such
as:
* Emphasis
* Strong Emphasis
Reproducible: Always
User Profile Reset: No
Additional Info:
## Impact
Direct formatting preserves appearance but not semantic intent.
This limits round-trip fidelity and prevents Markdown emphasis from being
represented using Writer's existing style system.
## Environment
Version: 26.2.4.2 (X86_64)
Build ID: 0229ac93fcf0d7cbc6376066c6f35021cef002dc
CPU threads: 12
OS: Windows 11 X86_64 (build 26200)
UI render: Skia/Raster
VCL: win
Locale: pt-BR (pt_BR)
UI: pt-BR
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.